#2CB7BA

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

Shades of Light Sea Green #2CB7BA

Tints of Light Sea Green #2CB7BA

Color information

#2CB7BA (or 0x2CB7BA) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and BA. RGB value is (44,183,186). Sum of RGB (Red+Green+Blue) = 44+183+186=413 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.65% from 413); Green value is 183 (71.88% from 255 or 44.31% from 413); Blue value is 186 (73.05% from 255 or 45.04% from 413); Max value from RGB is 186 - color contains mainly: blue. Hex color #2CB7BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB7BA is #D34845. Grayscale: #8D8D8D. Windows color (decimal): -13846598 or 12236588. OLE color: 12236588.

HSL color Cylindrical-coordinate representation of color #2CB7BA: hue angle of 181.27º degrees, saturation: 0.62, 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 #2CB7BA is Cyan = 0.76, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB44183186-
CMYK0.760.0200.27
HSL181.27º61.74%45.1%-
HSV(B)181.27º76.34%72.94%-
XYZ26.8437.9552.36-
YUV141.78152.9558.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.65%
GREEN value IS 183 (71.88% from 255) = 44.31%
BLUE value IS 186 (73.05% from 255) = 45.04%
R=10.65%
G=44.31%
B=45.04%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal441831860.760.0200.27181.2761.7445.1
Hex2CB7BA4C201Bb53e2d
Octal5426727211420332657655
Binary101100101101111011101010011001001101110110101111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CB7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,183,186); }

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

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

 a { background-color: rgb(44,183,186); }

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

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

 span { border-color: rgb(44,183,186); }

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