#CCF3C2

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

Shades of Tea Green #CCF3C2

Tints of Tea Green #CCF3C2

Color information

#CCF3C2 (or 0xCCF3C2) is unknown color: approx Tea Green. HEX triplet: CC, F3 and C2. RGB value is (204,243,194). Sum of RGB (Red+Green+Blue) = 204+243+194=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 243 (95.31% from 255 or 37.91% from 641); Blue value is 194 (76.17% from 255 or 30.27% from 641); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3C2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF3C2 is #330C3D. Grayscale: #E1E1E1. Windows color (decimal): -3345470 or 12776396. OLE color: 12776396.

HSL color Cylindrical-coordinate representation of color #CCF3C2: hue angle of 107.76º degrees, saturation: 0.67, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCF3C2 is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB204243194-
CMYK0.1600.200.05
HSL107.76º67.12%85.69%-
HSV(B)107.76º20.16%95.29%-
XYZ66.6980.8363.13-
YUV225.75110.08112.48-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 243 (95.31% from 255) = 37.91%
BLUE value IS 194 (76.17% from 255) = 30.27%
R=31.83%
G=37.91%
B=30.27%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431940.1600.200.05107.7667.1285.69
HexCCF3C21001456c4356
Octal314363302200245154103126
Binary11001100111100111100001010000010100101110110010000111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3C2; }

 p { color: rgb(204,243,194); }

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

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

 a { background-color: rgb(204,243,194); }

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

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

 span { border-color: rgb(204,243,194); }

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