#2DB2BA

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

Shades of Light Sea Green #2DB2BA

Tints of Light Sea Green #2DB2BA

Color information

#2DB2BA (or 0x2DB2BA) is unknown color: approx Light Sea Green. HEX triplet: 2D, B2 and BA. RGB value is (45,178,186). Sum of RGB (Red+Green+Blue) = 45+178+186=409 (54% of max value = 765). Red value is 45 (17.97% from 255 or 11.00% from 409); Green value is 178 (69.92% from 255 or 43.52% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #2DB2BA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2DB2BA is #D24D45. Grayscale: #8A8A8A. Windows color (decimal): -13782342 or 12235309. OLE color: 12235309.

HSL color Cylindrical-coordinate representation of color #2DB2BA: hue angle of 183.4º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DB2BA is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB45178186-
CMYK0.760.0400.27
HSL183.4º61.04%45.29%-
HSV(B)183.4º75.81%72.94%-
XYZ25.8735.9452.03-
YUV139.14154.4460.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 11.00%
GREEN value IS 178 (69.92% from 255) = 43.52%
BLUE value IS 186 (73.05% from 255) = 45.48%
R=11.00%
G=43.52%
B=45.48%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal451781860.760.0400.27183.461.0445.29
Hex2DB2BA4C401Bb73d2d
Octal5526227211440332677555
Binary1011011011001010111010100110010001101110110111111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB2BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,178,186); }

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

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

 a { background-color: rgb(45,178,186); }

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

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

 span { border-color: rgb(45,178,186); }

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