#CCFFAE

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

Shades of Tea Green #CCFFAE

Tints of Tea Green #CCFFAE

Color information

#CCFFAE (or 0xCCFFAE) is unknown color: approx Tea Green. HEX triplet: CC, FF and AE. RGB value is (204,255,174). Sum of RGB (Red+Green+Blue) = 204+255+174=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 255 (100% from 255 or 40.28% from 633); Blue value is 174 (68.36% from 255 or 27.49% from 633); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFFAE is #330051. Grayscale: #E6E6E6. Windows color (decimal): -3342418 or 11468748. OLE color: 11468748.

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

Color convert

RGB204255174-
CMYK0.200.320
HSL97.78º100%84.12%-
HSV(B)97.78º31.76%100%-
XYZ68.387.4153.32-
YUV230.5296.1109.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 255 (100% from 255) = 40.28%
BLUE value IS 174 (68.36% from 255) = 27.49%
R=32.23%
G=40.28%
B=27.49%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551740.200.32097.7810084.12
HexCCFFAE140200626454
Octal314377256240400142144124
Binary1100110011111111101011101010001000000110001011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFAE; }

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

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

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

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

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

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

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

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