#2DACA0

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

Shades of Light Sea Green #2DACA0

Tints of Light Sea Green #2DACA0

Color information

#2DACA0 (or 0x2DACA0) is unknown color: approx Light Sea Green. HEX triplet: 2D, AC and A0. RGB value is (45,172,160). Sum of RGB (Red+Green+Blue) = 45+172+160=377 (49% of max value = 765). Red value is 45 (17.97% from 255 or 11.94% from 377); Green value is 172 (67.58% from 255 or 45.62% from 377); Blue value is 160 (62.89% from 255 or 42.44% from 377); Max value from RGB is 172 - color contains mainly: green. Hex color #2DACA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACA0 is #D2535F. Grayscale: #848484. Windows color (decimal): -13783904 or 10529837. OLE color: 10529837.

HSL color Cylindrical-coordinate representation of color #2DACA0: hue angle of 174.33º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DACA0 is Cyan = 0.74, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB45172160-
CMYK0.7400.070.33
HSL174.33º58.53%42.55%-
HSV(B)174.33º73.84%67.45%-
XYZ22.1832.638.38-
YUV132.66143.4265.48-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.94%
GREEN value IS 172 (67.58% from 255) = 45.62%
BLUE value IS 160 (62.89% from 255) = 42.44%
R=11.94%
G=45.62%
B=42.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451721600.7400.070.33174.3358.5342.55
Hex2DACA04A0721ae3b2b
Octal5525424011207412567353
Binary10110110101100101000001001010011110000110101110111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DACA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,172,160); }

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

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

 a { background-color: rgb(45,172,160); }

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

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

 span { border-color: rgb(45,172,160); }

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