#CCF4AD

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

Shades of Tea Green #CCF4AD

Tints of Tea Green #CCF4AD

Color information

#CCF4AD (or 0xCCF4AD) is unknown color: approx Tea Green. HEX triplet: CC, F4 and AD. RGB value is (204,244,173). Sum of RGB (Red+Green+Blue) = 204+244+173=621 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.85% from 621); Green value is 244 (95.70% from 255 or 39.29% from 621); Blue value is 173 (67.97% from 255 or 27.86% from 621); Max value from RGB is 244 - color contains mainly: green. Hex color #CCF4AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF4AD is #330B52. Grayscale: #E0E0E0. Windows color (decimal): -3345235 or 11400396. OLE color: 11400396.

HSL color Cylindrical-coordinate representation of color #CCF4AD: hue angle of 93.8º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCF4AD is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB204244173-
CMYK0.1600.290.04
HSL93.8º76.34%81.76%-
HSV(B)93.8º29.1%95.69%-
XYZ64.880.5651.67-
YUV223.9599.25113.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.85%
GREEN value IS 244 (95.70% from 255) = 39.29%
BLUE value IS 173 (67.97% from 255) = 27.86%
R=32.85%
G=39.29%
B=27.86%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042441730.1600.290.0493.876.3481.76
HexCCF4AD1001D45e4c52
Octal314364255200354136114122
Binary11001100111101001010110110000011101100101111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF4AD; }

 p { color: rgb(204,244,173); }

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

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

 a { background-color: rgb(204,244,173); }

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

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

 span { border-color: rgb(204,244,173); }

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