#CFF7AF

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

Shades of Tea Green #CFF7AF

Tints of Tea Green #CFF7AF

Color information

#CFF7AF (or 0xCFF7AF) is unknown color: approx Tea Green. HEX triplet: CF, F7 and AF. RGB value is (207,247,175). Sum of RGB (Red+Green+Blue) = 207+247+175=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 247 (96.88% from 255 or 39.27% from 629); Blue value is 175 (68.75% from 255 or 27.82% from 629); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7AF is #300850. Grayscale: #E3E3E3. Windows color (decimal): -3147857 or 11532239. OLE color: 11532239.

HSL color Cylindrical-coordinate representation of color #CFF7AF: hue angle of 93.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CFF7AF is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB207247175-
CMYK0.1600.290.03
HSL93.33º81.82%82.75%-
HSV(B)93.33º29.15%96.86%-
XYZ66.7382.8853.04-
YUV226.8398.75113.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 247 (96.88% from 255) = 39.27%
BLUE value IS 175 (68.75% from 255) = 27.82%
R=32.91%
G=39.27%
B=27.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471750.1600.290.0393.3381.8282.75
HexCFF7AF1001D35d5253
Octal317367257200353135122123
Binary1100111111110111101011111000001110111101110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7AF; }

 p { color: rgb(207,247,175); }

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

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

 a { background-color: rgb(207,247,175); }

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

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

 span { border-color: rgb(207,247,175); }

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