#2DAAAC

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

Shades of Light Sea Green #2DAAAC

Tints of Light Sea Green #2DAAAC

Color information

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

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

Color convert

RGB45170172-
CMYK0.740.0100.33
HSL180.94º58.53%42.55%-
HSV(B)180.94º73.84%67.45%-
XYZ22.932.2944.05-
YUV132.85150.0965.34-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451701720.740.0100.33180.9458.5342.55
Hex2DAAAC4A1021b53b2b
Octal5525225411210412657353
Binary101101101010101010110010010101010000110110101111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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