#2DA9A5

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

Shades of Light Sea Green #2DA9A5

Tints of Light Sea Green #2DA9A5

Color information

#2DA9A5 (or 0x2DA9A5) is unknown color: approx Light Sea Green. HEX triplet: 2D, A9 and A5. RGB value is (45,169,165). Sum of RGB (Red+Green+Blue) = 45+169+165=379 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.87% from 379); Green value is 169 (66.41% from 255 or 44.59% from 379); Blue value is 165 (64.84% from 255 or 43.54% from 379); Max value from RGB is 169 - color contains mainly: green. Hex color #2DA9A5 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DA9A5 is #D2565A. Grayscale: #838383. Windows color (decimal): -13784667 or 10856749. OLE color: 10856749.

HSL color Cylindrical-coordinate representation of color #2DA9A5: hue angle of 178.06º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA9A5 is Cyan = 0.73, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.34.

Color convert

RGB45169165-
CMYK0.7300.020.34
HSL178.06º57.94%41.96%-
HSV(B)178.06º73.37%66.27%-
XYZ22.0631.6540.54-
YUV131.47146.9266.33-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.87%
GREEN value IS 169 (66.41% from 255) = 44.59%
BLUE value IS 165 (64.84% from 255) = 43.54%
R=11.87%
G=44.59%
B=43.54%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal451691650.7300.020.34178.0657.9441.96
Hex2DA9A5490222b23a2a
Octal5525124511102422627252
Binary1011011010100110100101100100101010001010110010111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA9A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,169,165); }

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

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

 a { background-color: rgb(45,169,165); }

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

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

 span { border-color: rgb(45,169,165); }

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