#CCFDC0

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

Shades of Tea Green #CCFDC0

Tints of Tea Green #CCFDC0

Color information

#CCFDC0 (or 0xCCFDC0) is unknown color: approx Tea Green. HEX triplet: CC, FD and C0. RGB value is (204,253,192). Sum of RGB (Red+Green+Blue) = 204+253+192=649 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.43% from 649); Green value is 253 (99.22% from 255 or 38.98% from 649); Blue value is 192 (75.39% from 255 or 29.58% from 649); Max value from RGB is 253 - color contains mainly: green. Hex color #CCFDC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFDC0 is #33023F. Grayscale: #E7E7E7. Windows color (decimal): -3342912 or 12647884. OLE color: 12647884.

HSL color Cylindrical-coordinate representation of color #CCFDC0: hue angle of 108.2º degrees, saturation: 0.94, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCFDC0 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.

Color convert

RGB204253192-
CMYK0.1900.240.01
HSL108.2º93.85%87.25%-
HSV(B)108.2º24.11%99.22%-
XYZ69.5486.8962.98-
YUV231.4105.77108.46-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.43%
GREEN value IS 253 (99.22% from 255) = 38.98%
BLUE value IS 192 (75.39% from 255) = 29.58%
R=31.43%
G=38.98%
B=29.58%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042531920.1900.240.01108.293.8587.25
HexCCFDC01301816c5e57
Octal314375300230301154136127
Binary110011001111110111000000100110110001110110010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFDC0; }

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

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

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

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

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

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

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

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