#CCFAAC

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

Shades of Tea Green #CCFAAC

Tints of Tea Green #CCFAAC

Color information

#CCFAAC (or 0xCCFAAC) is unknown color: approx Tea Green. HEX triplet: CC, FA and AC. RGB value is (204,250,172). Sum of RGB (Red+Green+Blue) = 204+250+172=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 172 (67.58% from 255 or 27.48% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFAAC is #330553. Grayscale: #E3E3E3. Windows color (decimal): -3343700 or 11336396. OLE color: 11336396.

HSL color Cylindrical-coordinate representation of color #CCFAAC: hue angle of 95.38º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CCFAAC is Cyan = 0.18, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB204250172-
CMYK0.1800.310.02
HSL95.38º88.64%82.75%-
HSV(B)95.38º31.2%98.04%-
XYZ66.5384.1951.77-
YUV227.3596.76111.34-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 172 (67.58% from 255) = 27.48%
R=32.59%
G=39.94%
B=27.48%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501720.1800.310.0295.3888.6482.75
HexCCFAAC1201F25f5953
Octal314372254220372137131123
Binary1100110011111010101011001001001111110101111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAAC; }

 p { color: rgb(204,250,172); }

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

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

 a { background-color: rgb(204,250,172); }

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

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

 span { border-color: rgb(204,250,172); }

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