#CCF9B9

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

Shades of Tea Green #CCF9B9

Tints of Tea Green #CCF9B9

Color information

#CCF9B9 (or 0xCCF9B9) is unknown color: approx Tea Green. HEX triplet: CC, F9 and B9. RGB value is (204,249,185). Sum of RGB (Red+Green+Blue) = 204+249+185=638 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.97% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 185 (72.66% from 255 or 29.00% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9B9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF9B9 is #330646. Grayscale: #E4E4E4. Windows color (decimal): -3343943 or 12188108. OLE color: 12188108.

HSL color Cylindrical-coordinate representation of color #CCF9B9: hue angle of 102.19º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCF9B9 is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB204249185-
CMYK0.1800.260.02
HSL102.19º84.21%85.1%-
HSV(B)102.19º25.7%97.65%-
XYZ67.5384.0958.57-
YUV228.25103.59110.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.97%
GREEN value IS 249 (97.66% from 255) = 39.03%
BLUE value IS 185 (72.66% from 255) = 29.00%
R=31.97%
G=39.03%
B=29.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491850.1800.260.02102.1984.2185.1
HexCCF9B91201A2665455
Octal314371271220322146124125
Binary1100110011111001101110011001001101010110011010101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF9B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF9B9; }

 p { color: rgb(204,249,185); }

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

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

 a { background-color: rgb(204,249,185); }

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

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

 span { border-color: rgb(204,249,185); }

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