#2DBEAB

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

Shades of Light Sea Green #2DBEAB

Tints of Light Sea Green #2DBEAB

Color information

#2DBEAB (or 0x2DBEAB) is unknown color: approx Light Sea Green. HEX triplet: 2D, BE and AB. RGB value is (45,190,171). Sum of RGB (Red+Green+Blue) = 45+190+171=406 (53% of max value = 765). Red value is 45 (17.97% from 255 or 11.08% from 406); Green value is 190 (74.61% from 255 or 46.80% from 406); Blue value is 171 (67.19% from 255 or 42.12% from 406); Max value from RGB is 190 - color contains mainly: green. Hex color #2DBEAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #2DBEAB is #D24154. Grayscale: #909090. Windows color (decimal): -13779285 or 11255341. OLE color: 11255341.

HSL color Cylindrical-coordinate representation of color #2DBEAB: hue angle of 172.14º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBEAB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB45190171-
CMYK0.7600.100.25
HSL172.14º61.7%46.08%-
HSV(B)172.14º76.32%74.51%-
XYZ26.8540.3344.9-
YUV144.48142.9657.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.08%
GREEN value IS 190 (74.61% from 255) = 46.80%
BLUE value IS 171 (67.19% from 255) = 42.12%
R=11.08%
G=46.80%
B=42.12%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal451901710.7600.100.25172.1461.746.08
Hex2DBEAB4C0A19ac3e2e
Octal55276253114012312547656
Binary10110110111110101010111001100010101100110101100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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