#2cb7bb

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

Shades of Light Sea Green #2CB7BB

Tints of Light Sea Green #2CB7BB

Color information

#2CB7BB (or 0x2CB7BB) is unknown color: approx Light Sea Green. HEX triplet: 2C, B7 and BB. RGB value is (44,183,187). Sum of RGB (Red+Green+Blue) = 44+183+187=414 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.63% from 414); Green value is 183 (71.88% from 255 or 44.20% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 187 - color contains mainly: blue. Hex color #2CB7BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CB7BB is #D34844. Grayscale: #8D8D8D. Windows color (decimal): -13846597 or 12302124. OLE color: 12302124.

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

Color convert

RGB44183187-
CMYK0.760.0200.27
HSL181.68º61.9%45.29%-
HSV(B)181.68º76.47%73.33%-
XYZ26.9437.9952.93-
YUV141.9153.4558.17-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.63%
GREEN value IS 183 (71.88% from 255) = 44.20%
BLUE value IS 187 (73.44% from 255) = 45.17%
R=10.63%
G=44.20%
B=45.17%

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
Decimal441831870.760.0200.27181.6861.945.29
Hex2CB7BB4C201Bb63e2d
Octal5426727311420332667655
Binary101100101101111011101110011001001101110110110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cb7bb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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