#CCF6BA

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

Shades of Tea Green #CCF6BA

Tints of Tea Green #CCF6BA

Color information

#CCF6BA (or 0xCCF6BA) is unknown color: approx Tea Green. HEX triplet: CC, F6 and BA. RGB value is (204,246,186). Sum of RGB (Red+Green+Blue) = 204+246+186=636 (84% of max value = 765). Red value is 204 (80.08% from 255 or 32.08% from 636); Green value is 246 (96.48% from 255 or 38.68% from 636); Blue value is 186 (73.05% from 255 or 29.25% from 636); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6BA is #330945. Grayscale: #E2E2E2. Windows color (decimal): -3344710 or 12252876. OLE color: 12252876.

HSL color Cylindrical-coordinate representation of color #CCF6BA: hue angle of 102º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF6BA is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB204246186-
CMYK0.1700.240.04
HSL102º76.92%84.71%-
HSV(B)102º24.39%96.47%-
XYZ66.7282.2958.82-
YUV226.6105.09111.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.08%
GREEN value IS 246 (96.48% from 255) = 38.68%
BLUE value IS 186 (73.05% from 255) = 29.25%
R=32.08%
G=38.68%
B=29.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461860.1700.240.0410276.9284.71
HexCCF6BA110184664d55
Octal314366272210304146115125
Binary11001100111101101011101010001011000100110011010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF6BA; }

 p { color: rgb(204,246,186); }

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

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

 a { background-color: rgb(204,246,186); }

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

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

 span { border-color: rgb(204,246,186); }

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