#CCFCB9

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

Shades of Tea Green #CCFCB9

Tints of Tea Green #CCFCB9

Color information

#CCFCB9 (or 0xCCFCB9) is unknown color: approx Tea Green. HEX triplet: CC, FC and B9. RGB value is (204,252,185). Sum of RGB (Red+Green+Blue) = 204+252+185=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 252 (98.83% from 255 or 39.31% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 252 - color contains mainly: green. Hex color #CCFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFCB9 is #330346. Grayscale: #E6E6E6. Windows color (decimal): -3343175 or 12188876. OLE color: 12188876.

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

Color convert

RGB204252185-
CMYK0.1900.270.01
HSL102.99º91.78%85.69%-
HSV(B)102.99º26.59%98.82%-
XYZ68.4785.9658.88-
YUV230.01102.6109.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 252 (98.83% from 255) = 39.31%
BLUE value IS 185 (72.66% from 255) = 28.86%
R=31.83%
G=39.31%
B=28.86%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2042521850.1900.270.01102.9991.7885.69
HexCCFCB91301B1675c56
Octal314374271230331147134126
Binary110011001111110010111001100110110111110011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFCB9; }

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

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

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

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

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

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

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

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