#2DBCBA

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

Shades of Light Sea Green #2DBCBA

Tints of Light Sea Green #2DBCBA

Color information

#2DBCBA (or 0x2DBCBA) is unknown color: approx Light Sea Green. HEX triplet: 2D, BC and BA. RGB value is (45,188,186). Sum of RGB (Red+Green+Blue) = 45+188+186=419 (55% of max value = 765). Red value is 45 (17.97% from 255 or 10.74% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #2DBCBA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2DBCBA is #D24345. Grayscale: #909090. Windows color (decimal): -13779782 or 12237869. OLE color: 12237869.

HSL color Cylindrical-coordinate representation of color #2DBCBA: hue angle of 179.16º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2DBCBA is Cyan = 0.76, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB45188186-
CMYK0.7600.010.26
HSL179.16º61.37%45.69%-
HSV(B)179.16º76.06%73.73%-
XYZ27.9340.0752.72-
YUV145.01151.1256.66-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 10.74%
GREEN value IS 188 (73.83% from 255) = 44.87%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=10.74%
G=44.87%
B=44.39%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal451881860.7600.010.26179.1661.3745.69
Hex2DBCBA4C011Ab33d2e
Octal5527427211401322637556
Binary10110110111100101110101001100011101010110011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DBCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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