#CCF0B6

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

Shades of Tea Green #CCF0B6

Tints of Tea Green #CCF0B6

Color information

#CCF0B6 (or 0xCCF0B6) is unknown color: approx Tea Green. HEX triplet: CC, F0 and B6. RGB value is (204,240,182). Sum of RGB (Red+Green+Blue) = 204+240+182=626 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.59% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 182 (71.48% from 255 or 29.07% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0B6 is #330F49. Grayscale: #DEDEDE. Windows color (decimal): -3346250 or 11989196. OLE color: 11989196.

HSL color Cylindrical-coordinate representation of color #CCF0B6: hue angle of 97.24º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CCF0B6 is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB204240182-
CMYK0.1500.240.06
HSL97.24º65.91%82.75%-
HSV(B)97.24º24.17%94.12%-
XYZ64.5178.5356.01-
YUV222.62105.07114.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.59%
GREEN value IS 240 (94.14% from 255) = 38.34%
BLUE value IS 182 (71.48% from 255) = 29.07%
R=32.59%
G=38.34%
B=29.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401820.1500.240.0697.2465.9182.75
HexCCF0B6F0186614253
Octal314360266170306141102123
Binary1100110011110000101101101111011000110110000110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0B6; }

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

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

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

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

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

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

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

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