#2DACAA

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

Shades of Light Sea Green #2DACAA

Tints of Light Sea Green #2DACAA

Color information

#2DACAA (or 0x2DACAA) is unknown color: approx Light Sea Green. HEX triplet: 2D, AC and AA. RGB value is (45,172,170). Sum of RGB (Red+Green+Blue) = 45+172+170=387 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.63% from 387); Green value is 172 (67.58% from 255 or 44.44% from 387); Blue value is 170 (66.80% from 255 or 43.93% from 387); Max value from RGB is 172 - color contains mainly: green. Hex color #2DACAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DACAA is #D25355. Grayscale: #858585. Windows color (decimal): -13783894 or 11185197. OLE color: 11185197.

HSL color Cylindrical-coordinate representation of color #2DACAA: hue angle of 179.06º 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 #2DACAA is Cyan = 0.74, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.33.

Color convert

RGB45172170-
CMYK0.7400.010.33
HSL179.06º58.53%42.55%-
HSV(B)179.06º73.84%67.45%-
XYZ23.0932.9743.18-
YUV133.8148.4264.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.63%
GREEN value IS 172 (67.58% from 255) = 44.44%
BLUE value IS 170 (66.80% from 255) = 43.93%
R=11.63%
G=44.44%
B=43.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451721700.7400.010.33179.0658.5342.55
Hex2DACAA4A0121b33b2b
Octal5525425211201412637353
Binary101101101011001010101010010100110000110110011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DACAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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