#2DB6A7

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

Shades of Light Sea Green #2DB6A7

Tints of Light Sea Green #2DB6A7

Color information

#2DB6A7 (or 0x2DB6A7) is unknown color: approx Light Sea Green. HEX triplet: 2D, B6 and A7. RGB value is (45,182,167). Sum of RGB (Red+Green+Blue) = 45+182+167=394 (52% of max value = 765). Red value is 45 (17.97% from 255 or 11.42% from 394); Green value is 182 (71.48% from 255 or 46.19% from 394); Blue value is 167 (65.62% from 255 or 42.39% from 394); Max value from RGB is 182 - color contains mainly: green. Hex color #2DB6A7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DB6A7 is #D24958. Grayscale: #8B8B8B. Windows color (decimal): -13781337 or 10991149. OLE color: 10991149.

HSL color Cylindrical-coordinate representation of color #2DB6A7: hue angle of 173.43º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB6A7 is Cyan = 0.75, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.29.

Color convert

RGB45182167-
CMYK0.7500.080.29
HSL173.43º60.35%44.51%-
HSV(B)173.43º75.27%71.37%-
XYZ24.7936.842.36-
YUV139.33143.6160.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.42%
GREEN value IS 182 (71.48% from 255) = 46.19%
BLUE value IS 167 (65.62% from 255) = 42.39%
R=11.42%
G=46.19%
B=42.39%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal451821670.7500.080.29173.4360.3544.51
Hex2DB6A74B081Dad3c2d
Octal55266247113010352557455
Binary10110110110110101001111001011010001110110101101111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,182,167); }

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

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

 a { background-color: rgb(45,182,167); }

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

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

 span { border-color: rgb(45,182,167); }

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