#CCF7B6

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

Shades of Tea Green #CCF7B6

Tints of Tea Green #CCF7B6

Color information

#CCF7B6 (or 0xCCF7B6) is unknown color: approx Tea Green. HEX triplet: CC, F7 and B6. RGB value is (204,247,182). Sum of RGB (Red+Green+Blue) = 204+247+182=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 247 (96.88% from 255 or 39.02% from 633); Blue value is 182 (71.48% from 255 or 28.75% from 633); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7B6 is #330849. Grayscale: #E2E2E2. Windows color (decimal): -3344458 or 11990988. OLE color: 11990988.

HSL color Cylindrical-coordinate representation of color #CCF7B6: hue angle of 99.69º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCF7B6 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB204247182-
CMYK0.1700.260.03
HSL99.69º80.25%84.12%-
HSV(B)99.69º26.32%96.86%-
XYZ66.6182.7456.72-
YUV226.73102.75111.79-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 247 (96.88% from 255) = 39.02%
BLUE value IS 182 (71.48% from 255) = 28.75%
R=32.23%
G=39.02%
B=28.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042471820.1700.260.0399.6980.2584.12
HexCCF7B61101A3645054
Octal314367266210323144120124
Binary1100110011110111101101101000101101011110010010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7B6; }

 p { color: rgb(204,247,182); }

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

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

 a { background-color: rgb(204,247,182); }

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

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

 span { border-color: rgb(204,247,182); }

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