#2ABBAC

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

Shades of Light Sea Green #2ABBAC

Tints of Light Sea Green #2ABBAC

Color information

#2ABBAC (or 0x2ABBAC) is unknown color: approx Light Sea Green. HEX triplet: 2A, BB and AC. RGB value is (42,187,172). Sum of RGB (Red+Green+Blue) = 42+187+172=401 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.47% from 401); Green value is 187 (73.44% from 255 or 46.63% from 401); Blue value is 172 (67.58% from 255 or 42.89% from 401); Max value from RGB is 187 - color contains mainly: green. Hex color #2ABBAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABBAC is #D54453. Grayscale: #8D8D8D. Windows color (decimal): -13976660 or 11320106. OLE color: 11320106.

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

Color convert

RGB42187172-
CMYK0.7800.080.27
HSL173.79º63.32%44.9%-
HSV(B)173.79º77.54%73.33%-
XYZ26.1739.0145.18-
YUV141.94144.9656.72-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.47%
GREEN value IS 187 (73.44% from 255) = 46.63%
BLUE value IS 172 (67.58% from 255) = 42.89%
R=10.47%
G=46.63%
B=42.89%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal421871720.7800.080.27173.7963.3244.9
Hex2ABBAC4E081Bae3f2d
Octal52273254116010332567755
Binary10101010111011101011001001110010001101110101110111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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