#CCFCAF

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

Shades of Tea Green #CCFCAF

Tints of Tea Green #CCFCAF

Color information

#CCFCAF (or 0xCCFCAF) is unknown color: approx Tea Green. HEX triplet: CC, FC and AF. RGB value is (204,252,175). Sum of RGB (Red+Green+Blue) = 204+252+175=631 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.33% from 631); Green value is 252 (98.83% from 255 or 39.94% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFCAF is #330350. Grayscale: #E5E5E5. Windows color (decimal): -3343185 or 11533516. OLE color: 11533516.

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

Color convert

RGB204252175-
CMYK0.1900.310.01
HSL97.4º92.77%83.73%-
HSV(B)97.4º30.56%98.82%-
XYZ67.4585.5553.52-
YUV228.8797.6110.26-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.33%
GREEN value IS 252 (98.83% from 255) = 39.94%
BLUE value IS 175 (68.75% from 255) = 27.73%
R=32.33%
G=39.94%
B=27.73%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521750.1900.310.0197.492.7783.73
HexCCFCAF1301F1615d54
Octal314374257230371141135124
Binary110011001111110010101111100110111111110000110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCAF; }

 p { color: rgb(204,252,175); }

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

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

 a { background-color: rgb(204,252,175); }

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

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

 span { border-color: rgb(204,252,175); }

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