#2DB1AA

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

Shades of Light Sea Green #2DB1AA

Tints of Light Sea Green #2DB1AA

Color information

#2DB1AA (or 0x2DB1AA) is unknown color: approx Light Sea Green. HEX triplet: 2D, B1 and AA. RGB value is (45,177,170). Sum of RGB (Red+Green+Blue) = 45+177+170=392 (51% of max value = 765). Red value is 45 (17.97% from 255 or 11.48% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #2DB1AA is #D24E55. Grayscale: #888888. Windows color (decimal): -13782614 or 11186477. OLE color: 11186477.

HSL color Cylindrical-coordinate representation of color #2DB1AA: hue angle of 176.82º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB1AA is Cyan = 0.75, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.

Color convert

RGB45177170-
CMYK0.7500.040.31
HSL176.82º59.46%43.53%-
HSV(B)176.82º74.58%69.41%-
XYZ24.0634.943.5-
YUV136.73146.7762.57-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.48%
GREEN value IS 177 (69.53% from 255) = 45.15%
BLUE value IS 170 (66.80% from 255) = 43.37%
R=11.48%
G=45.15%
B=43.37%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal451771700.7500.040.31176.8259.4643.53
Hex2DB1AA4B041Fb13b2c
Octal5526125211304372617354
Binary1011011011000110101010100101101001111110110001111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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