#CCFAC1

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

Shades of Tea Green #CCFAC1

Tints of Tea Green #CCFAC1

Color information

#CCFAC1 (or 0xCCFAC1) is unknown color: approx Tea Green. HEX triplet: CC, FA and C1. RGB value is (204,250,193). Sum of RGB (Red+Green+Blue) = 204+250+193=647 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.53% from 647); Green value is 250 (98.05% from 255 or 38.64% from 647); Blue value is 193 (75.78% from 255 or 29.83% from 647); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFAC1 is #33053E. Grayscale: #E5E5E5. Windows color (decimal): -3343679 or 12712652. OLE color: 12712652.

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

Color convert

RGB204250193-
CMYK0.1800.230.02
HSL108.42º85.07%86.86%-
HSV(B)108.42º22.8%98.04%-
XYZ68.7185.0663.25-
YUV229.75107.26109.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.53%
GREEN value IS 250 (98.05% from 255) = 38.64%
BLUE value IS 193 (75.78% from 255) = 29.83%
R=31.53%
G=38.64%
B=29.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501930.1800.230.02108.4285.0786.86
HexCCFAC11201726c5557
Octal314372301220272154125127
Binary1100110011111010110000011001001011110110110010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFAC1; }

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

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

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

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

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

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

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

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