#CCFFC0

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

Shades of Tea Green #CCFFC0

Tints of Tea Green #CCFFC0

Color information

#CCFFC0 (or 0xCCFFC0) is unknown color: approx Tea Green. HEX triplet: CC, FF and C0. RGB value is (204,255,192). Sum of RGB (Red+Green+Blue) = 204+255+192=651 (86% of max value = 765). Red value is 204 (80.08% from 255 or 31.34% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 192 (75.39% from 255 or 29.49% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFC0 is #33003F. Grayscale: #E8E8E8. Windows color (decimal): -3342400 or 12648396. OLE color: 12648396.

HSL color Cylindrical-coordinate representation of color #CCFFC0: hue angle of 108.57º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCFFC0 is Cyan = 0.2, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB204255192-
CMYK0.200.250
HSL108.57º100%87.65%-
HSV(B)108.57º24.71%100%-
XYZ70.1888.1663.19-
YUV232.57105.1107.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.34%
GREEN value IS 255 (100% from 255) = 39.17%
BLUE value IS 192 (75.39% from 255) = 29.49%
R=31.34%
G=39.17%
B=29.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551920.200.250108.5710087.65
HexCCFFC01401906d6458
Octal314377300240310155144130
Binary110011001111111111000000101000110010110110111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFC0; }

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

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

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

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

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

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

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

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