#2ABCAC

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

Shades of Light Sea Green #2ABCAC

Tints of Light Sea Green #2ABCAC

Color information

#2ABCAC (or 0x2ABCAC) is unknown color: approx Light Sea Green. HEX triplet: 2A, BC and AC. RGB value is (42,188,172). Sum of RGB (Red+Green+Blue) = 42+188+172=402 (53% of max value = 765). Red value is 42 (16.80% from 255 or 10.45% from 402); Green value is 188 (73.83% from 255 or 46.77% from 402); Blue value is 172 (67.58% from 255 or 42.79% from 402); Max value from RGB is 188 - color contains mainly: green. Hex color #2ABCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2ABCAC is #D54353. Grayscale: #8E8E8E. Windows color (decimal): -13976404 or 11320362. OLE color: 11320362.

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

Color convert

RGB42188172-
CMYK0.7800.090.26
HSL173.42º63.48%45.1%-
HSV(B)173.42º77.66%73.73%-
XYZ26.3839.4445.25-
YUV142.52144.6356.3-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 10.45%
GREEN value IS 188 (73.83% from 255) = 46.77%
BLUE value IS 172 (67.58% from 255) = 42.79%
R=10.45%
G=46.77%
B=42.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal421881720.7800.090.26173.4263.4845.1
Hex2ABCAC4E091Aad3f2d
Octal52274254116011322557755
Binary10101010111100101011001001110010011101010101101111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ABCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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