#CCFBC0

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

Shades of Tea Green #CCFBC0

Tints of Tea Green #CCFBC0

Color information

#CCFBC0 (or 0xCCFBC0) is unknown color: approx Tea Green. HEX triplet: CC, FB and C0. RGB value is (204,251,192). Sum of RGB (Red+Green+Blue) = 204+251+192=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 192 (75.39% from 255 or 29.68% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFBC0 is #33043F. Grayscale: #E6E6E6. Windows color (decimal): -3343424 or 12647372. OLE color: 12647372.

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

Color convert

RGB204251192-
CMYK0.1900.240.02
HSL107.8º88.06%86.86%-
HSV(B)107.8º23.51%98.43%-
XYZ68.9185.6462.77-
YUV230.22106.43109.3-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 192 (75.39% from 255) = 29.68%
R=31.53%
G=38.79%
B=29.68%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511920.1900.240.02107.888.0686.86
HexCCFBC01301826c5857
Octal314373300230302154130127
Binary1100110011111011110000001001101100010110110010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBC0; }

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

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

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

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

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

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

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

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