#2CC3C0

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

Shades of Light Sea Green #2CC3C0

Tints of Light Sea Green #2CC3C0

Color information

#2CC3C0 (or 0x2CC3C0) is unknown color: approx Light Sea Green. HEX triplet: 2C, C3 and C0. RGB value is (44,195,192). Sum of RGB (Red+Green+Blue) = 44+195+192=431 (57% of max value = 765). Red value is 44 (17.58% from 255 or 10.21% from 431); Green value is 195 (76.56% from 255 or 45.24% from 431); Blue value is 192 (75.39% from 255 or 44.55% from 431); Max value from RGB is 195 - color contains mainly: green. Hex color #2CC3C0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #2CC3C0 is #D33C3F. Grayscale: #959595. Windows color (decimal): -13843520 or 12632876. OLE color: 12632876.

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

Color convert

RGB44195192-
CMYK0.7700.020.24
HSL178.81º63.18%46.86%-
HSV(B)178.81º77.44%76.47%-
XYZ30.0743.3756.66-
YUV149.51151.9752.74-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.21%
GREEN value IS 195 (76.56% from 255) = 45.24%
BLUE value IS 192 (75.39% from 255) = 44.55%
R=10.21%
G=45.24%
B=44.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal441951920.7700.020.24178.8163.1846.86
Hex2CC3C04D0218b33f2f
Octal5430330011502302637757
Binary101100110000111100000010011010101100010110011111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CC3C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,195,192); }

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

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

 a { background-color: rgb(44,195,192); }

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

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

 span { border-color: rgb(44,195,192); }

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