#ccf6bf

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

Shades of Tea Green #CCF6BF

Tints of Tea Green #CCF6BF

Color information

#CCF6BF (or 0xCCF6BF) is unknown color: approx Tea Green. HEX triplet: CC, F6 and BF. RGB value is (204,246,191). Sum of RGB (Red+Green+Blue) = 204+246+191=641 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.83% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF6BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF6BF is #330940. Grayscale: #E3E3E3. Windows color (decimal): -3344705 or 12580556. OLE color: 12580556.

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

Color convert

RGB204246191-
CMYK0.1700.220.04
HSL105.82º75.34%85.69%-
HSV(B)105.82º22.36%96.47%-
XYZ67.2682.5161.67-
YUV227.17107.59111.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.83%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 191 (75% from 255) = 29.80%
R=31.83%
G=38.38%
B=29.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461910.1700.220.04105.8275.3485.69
HexCCF6BF1101646a4b56
Octal314366277210264152113126
Binary11001100111101101011111110001010110100110101010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf6bf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf6bf; }

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

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

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

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

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

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

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

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