#2ABBB5

Color #2ABBB5 Light Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Sea Green #2ABBB5

Tints of Light Sea Green #2ABBB5

Color information

#2ABBB5 (or 0x2ABBB5) is unknown color: approx Light Sea Green. HEX triplet: 2A, BB and B5. RGB value is (42,187,181). Sum of RGB (Red+Green+Blue) = 42+187+181=410 (54% of max value = 765). Red value is 42 (16.80% from 255 or 10.24% from 410); Green value is 187 (73.44% from 255 or 45.61% from 410); Blue value is 181 (71.09% from 255 or 44.15% from 410); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2ABBB5 is #D5444A. Grayscale: #8E8E8E. Windows color (decimal): -13976651 or 11909930. OLE color: 11909930.

HSL color Cylindrical-coordinate representation of color #2ABBB5: hue angle of 177.52º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2ABBB5 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB42187181-
CMYK0.7800.030.27
HSL177.52º63.32%44.9%-
HSV(B)177.52º77.54%73.33%-
XYZ27.0739.3749.89-
YUV142.96149.4655.99-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 42 (16.80% from 255) = 10.24%
GREEN value IS 187 (73.44% from 255) = 45.61%
BLUE value IS 181 (71.09% from 255) = 44.15%
R=10.24%
G=45.61%
B=44.15%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871810.7800.030.27177.5263.3244.9
Hex2ABBB54E031Bb23f2d
Octal5227326511603332627755
Binary101010101110111011010110011100111101110110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ABBB5; }

 p { color: rgb(42,187,181); }

 H1.HeaderClassName
 {
   color: #2ABBB5;
 }
 .AnyTagClassName
 {
   color: #2ABBB5;
 }
</style>
background-color css

<style>
 a { background-color: #2ABBB5; }

 a { background-color: rgb(42,187,181); }

 div.DivClassName
 {
   background-color: #2ABBB5;
 }
 .BgClassName
 {
   background-color: #2ABBB5;
 }
</style>
border-color css

<style>
 span { border-color: #2ABBB5; }

 span { border-color: rgb(42,187,181); }

 td.TdClassName
 {
   border-color: #2ABBB5;
 }
 .TagClassName
 {
   border-color: #2ABBB5;
 }
</style>