#2CC4BB

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

Shades of Light Sea Green #2CC4BB

Tints of Light Sea Green #2CC4BB

Color information

#2CC4BB (or 0x2CC4BB) is unknown color: approx Light Sea Green. HEX triplet: 2C, C4 and BB. RGB value is (44,196,187). Sum of RGB (Red+Green+Blue) = 44+196+187=427 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.30% from 427); Green value is 196 (76.95% from 255 or 45.90% from 427); Blue value is 187 (73.44% from 255 or 43.79% from 427); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC4BB is #D33B44. Grayscale: #959595. Windows color (decimal): -13843269 or 12305452. OLE color: 12305452.

HSL color Cylindrical-coordinate representation of color #2CC4BB: hue angle of 176.45º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2CC4BB is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB44196187-
CMYK0.7800.050.23
HSL176.45º63.33%47.06%-
HSV(B)176.45º77.55%76.86%-
XYZ29.7543.653.86-
YUV149.53149.1452.73-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.30%
GREEN value IS 196 (76.95% from 255) = 45.90%
BLUE value IS 187 (73.44% from 255) = 43.79%
R=10.30%
G=45.90%
B=43.79%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal441961870.7800.050.23176.4563.3347.06
Hex2CC4BB4E0517b03f2f
Octal5430427311605272607757
Binary1011001100010010111011100111001011011110110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC4BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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