#CCF3AF

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

Shades of Tea Green #CCF3AF

Tints of Tea Green #CCF3AF

Color information

#CCF3AF (or 0xCCF3AF) is unknown color: approx Tea Green. HEX triplet: CC, F3 and AF. RGB value is (204,243,175). Sum of RGB (Red+Green+Blue) = 204+243+175=622 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.80% from 622); Green value is 243 (95.31% from 255 or 39.07% from 622); Blue value is 175 (68.75% from 255 or 28.14% from 622); Max value from RGB is 243 - color contains mainly: green. Hex color #CCF3AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF3AF is #330C50. Grayscale: #DFDFDF. Windows color (decimal): -3345489 or 11531212. OLE color: 11531212.

HSL color Cylindrical-coordinate representation of color #CCF3AF: hue angle of 94.41º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCF3AF is Cyan = 0.16, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB204243175-
CMYK0.1600.280.05
HSL94.41º73.91%81.96%-
HSV(B)94.41º27.98%95.29%-
XYZ64.6980.0352.6-
YUV223.59100.58114.03-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.80%
GREEN value IS 243 (95.31% from 255) = 39.07%
BLUE value IS 175 (68.75% from 255) = 28.14%
R=32.80%
G=39.07%
B=28.14%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042431750.1600.280.0594.4173.9181.96
HexCCF3AF1001C55e4a52
Octal314363257200345136112122
Binary11001100111100111010111110000011100101101111010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF3AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF3AF; }

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

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

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

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

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

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

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

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