#2CC4BA

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

Shades of Light Sea Green #2CC4BA

Tints of Light Sea Green #2CC4BA

Color information

#2CC4BA (or 0x2CC4BA) is unknown color: approx Light Sea Green. HEX triplet: 2C, C4 and BA. RGB value is (44,196,186). Sum of RGB (Red+Green+Blue) = 44+196+186=426 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.33% from 426); Green value is 196 (76.95% from 255 or 46.01% from 426); Blue value is 186 (73.05% from 255 or 43.66% from 426); Max value from RGB is 196 - color contains mainly: green. Hex color #2CC4BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC4BA is #D33B45. Grayscale: #959595. Windows color (decimal): -13843270 or 12239916. OLE color: 12239916.

HSL color Cylindrical-coordinate representation of color #2CC4BA: hue angle of 176.05º 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 #2CC4BA is Cyan = 0.78, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB44196186-
CMYK0.7800.050.23
HSL176.05º63.33%47.06%-
HSV(B)176.05º77.55%76.86%-
XYZ29.6443.5653.3-
YUV149.41148.6452.81-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.33%
GREEN value IS 196 (76.95% from 255) = 46.01%
BLUE value IS 186 (73.05% from 255) = 43.66%
R=10.33%
G=46.01%
B=43.66%

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
Decimal441961860.7800.050.23176.0563.3347.06
Hex2CC4BA4E0517b03f2f
Octal5430427211605272607757
Binary1011001100010010111010100111001011011110110000111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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