#CCFEC0

Color #CCFEC0 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #CCFEC0

Tints of Tea Green #CCFEC0

Color information

#CCFEC0 (or 0xCCFEC0) is unknown color: approx Tea Green. HEX triplet: CC, FE and C0. RGB value is (204,254,192). Sum of RGB (Red+Green+Blue) = 204+254+192=650 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.38% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 192 (75.39% from 255 or 29.54% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #CCFEC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFEC0 is #33013F. Grayscale: #E8E8E8. Windows color (decimal): -3342656 or 12648140. OLE color: 12648140.

HSL color Cylindrical-coordinate representation of color #CCFEC0: hue angle of 108.39º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFEC0 is Cyan = 0.20, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB204254192-
CMYK0.2000.240.00
HSL108.39º96.88%87.45%-
HSV(B)108.39º24.41%99.61%-
XYZ69.8687.5363.08-
YUV231.98105.44108.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.38%
GREEN value IS 254 (99.61% from 255) = 39.08%
BLUE value IS 192 (75.39% from 255) = 29.54%
R=31.38%
G=39.08%
B=29.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2042541920.2000.240.00108.3996.8887.45
HexCCFEC01401806c6157
Octal314376300240300154141127
Binary110011001111111011000000101000110000110110011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFEC0; }

 p { color: rgb(204,254,192); }

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

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

 a { background-color: rgb(204,254,192); }

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

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

 span { border-color: rgb(204,254,192); }

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