#ccf9af

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

Shades of Tea Green #CCF9AF

Tints of Tea Green #CCF9AF

Color information

#CCF9AF (or 0xCCF9AF) is unknown color: approx Tea Green. HEX triplet: CC, F9 and AF. RGB value is (204,249,175). Sum of RGB (Red+Green+Blue) = 204+249+175=628 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.48% from 628); Green value is 249 (97.66% from 255 or 39.65% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 249 - color contains mainly: green. Hex color #CCF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF9AF is #330650. Grayscale: #E3E3E3. Windows color (decimal): -3343953 or 11532748. OLE color: 11532748.

HSL color Cylindrical-coordinate representation of color #CCF9AF: hue angle of 96.49º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CCF9AF is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB204249175-
CMYK0.1800.300.02
HSL96.49º86.05%83.14%-
HSV(B)96.49º29.72%97.65%-
XYZ66.5283.6853.2-
YUV227.1198.59111.52-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.48%
GREEN value IS 249 (97.66% from 255) = 39.65%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=32.48%
G=39.65%
B=27.87%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042491750.1800.300.0296.4986.0583.14
HexCCF9AF1201E2605653
Octal314371257220362140126123
Binary1100110011111001101011111001001111010110000010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccf9af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccf9af; }

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

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

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

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

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

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

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

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