#2ABBAD

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

Shades of Light Sea Green #2ABBAD

Tints of Light Sea Green #2ABBAD

Color information

#2ABBAD (or 0x2ABBAD) is unknown color: approx Light Sea Green. HEX triplet: 2A, BB and AD. RGB value is (42,187,173). Sum of RGB (Red+Green+Blue) = 42+187+173=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 187 (73.44% from 255 or 46.52% from 402); Blue value is 173 (67.97% from 255 or 43.03% from 402); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAD is #D54452. Grayscale: #8D8D8D. Windows color (decimal): -13976659 or 11385642. OLE color: 11385642.

HSL color Cylindrical-coordinate representation of color #2ABBAD: hue angle of 174.21º 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 #2ABBAD is Cyan = 0.78, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.

Color convert

RGB42187173-
CMYK0.7800.070.27
HSL174.21º63.32%44.9%-
HSV(B)174.21º77.54%73.33%-
XYZ26.2739.0545.69-
YUV142.05145.4656.64-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.45%
GREEN value IS 187 (73.44% from 255) = 46.52%
BLUE value IS 173 (67.97% from 255) = 43.03%
R=10.45%
G=46.52%
B=43.03%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871730.7800.070.27174.2163.3244.9
Hex2ABBAD4E071Bae3f2d
Octal5227325511607332567755
Binary1010101011101110101101100111001111101110101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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