#2CBCB7

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

Shades of Light Sea Green #2CBCB7

Tints of Light Sea Green #2CBCB7

Color information

#2CBCB7 (or 0x2CBCB7) is unknown color: approx Light Sea Green. HEX triplet: 2C, BC and B7. RGB value is (44,188,183). Sum of RGB (Red+Green+Blue) = 44+188+183=415 (54% of max value = 765). Red value is 44 (17.58% from 255 or 10.60% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #2CBCB7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CBCB7 is #D34348. Grayscale: #909090. Windows color (decimal): -13845321 or 12041260. OLE color: 12041260.

HSL color Cylindrical-coordinate representation of color #2CBCB7: hue angle of 177.92º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2CBCB7 is Cyan = 0.77, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB44188183-
CMYK0.7700.030.26
HSL177.92º62.07%45.49%-
HSV(B)177.92º76.6%73.73%-
XYZ27.5739.9251.05-
YUV144.37149.7956.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.60%
GREEN value IS 188 (73.83% from 255) = 45.30%
BLUE value IS 183 (71.88% from 255) = 44.10%
R=10.60%
G=45.30%
B=44.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal441881830.7700.030.26177.9262.0745.49
Hex2CBCB74D031Ab23e2d
Octal5427426711503322627655
Binary101100101111001011011110011010111101010110010111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CBCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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