#2DABA8

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

Shades of Light Sea Green #2DABA8

Tints of Light Sea Green #2DABA8

Color information

#2DABA8 (or 0x2DABA8) is unknown color: approx Light Sea Green. HEX triplet: 2D, AB and A8. RGB value is (45,171,168). Sum of RGB (Red+Green+Blue) = 45+171+168=384 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.72% from 384); Green value is 171 (67.19% from 255 or 44.53% from 384); Blue value is 168 (66.02% from 255 or 43.75% from 384); Max value from RGB is 171 - color contains mainly: green. Hex color #2DABA8 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABA8 is #D25457. Grayscale: #848484. Windows color (decimal): -13784152 or 11053869. OLE color: 11053869.

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

Color convert

RGB45171168-
CMYK0.7400.020.33
HSL178.57º58.33%42.35%-
HSV(B)178.57º73.68%67.06%-
XYZ22.7132.5142.12-
YUV132.98147.7665.24-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.72%
GREEN value IS 171 (67.19% from 255) = 44.53%
BLUE value IS 168 (66.02% from 255) = 43.75%
R=11.72%
G=44.53%
B=43.75%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451711680.7400.020.33178.5758.3342.35
Hex2DABA84A0221b33a2a
Octal5525325011202412637252
Binary1011011010101110101000100101001010000110110011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,171,168); }

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

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

 a { background-color: rgb(45,171,168); }

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

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

 span { border-color: rgb(45,171,168); }

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