#2DABA2

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

Shades of Light Sea Green #2DABA2

Tints of Light Sea Green #2DABA2

Color information

#2DABA2 (or 0x2DABA2) is unknown color: approx Light Sea Green. HEX triplet: 2D, AB and A2. RGB value is (45,171,162). Sum of RGB (Red+Green+Blue) = 45+171+162=378 (50% of max value = 765). Red value is 45 (17.97% from 255 or 11.90% from 378); Green value is 171 (67.19% from 255 or 45.24% from 378); Blue value is 162 (63.67% from 255 or 42.86% from 378); Max value from RGB is 171 - color contains mainly: green. Hex color #2DABA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DABA2 is #D2545D. Grayscale: #848484. Windows color (decimal): -13784158 or 10660653. OLE color: 10660653.

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

Color convert

RGB45171162-
CMYK0.7400.050.33
HSL175.71º58.33%42.35%-
HSV(B)175.71º73.68%67.06%-
XYZ22.1732.2939.25-
YUV132.3144.7665.73-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.90%
GREEN value IS 171 (67.19% from 255) = 45.24%
BLUE value IS 162 (63.67% from 255) = 42.86%
R=11.90%
G=45.24%
B=42.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal451711620.7400.050.33175.7158.3342.35
Hex2DABA24A0521b03a2a
Octal5525324211205412607252
Binary10110110101011101000101001010010110000110110000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DABA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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