#CFF7AE

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

Shades of Tea Green #CFF7AE

Tints of Tea Green #CFF7AE

Color information

#CFF7AE (or 0xCFF7AE) is unknown color: approx Tea Green. HEX triplet: CF, F7 and AE. RGB value is (207,247,174). Sum of RGB (Red+Green+Blue) = 207+247+174=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 174 (68.36% from 255 or 27.71% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF7AE is #300851. Grayscale: #E2E2E2. Windows color (decimal): -3147858 or 11466703. OLE color: 11466703.

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

Color convert

RGB207247174-
CMYK0.1600.300.03
HSL92.88º82.02%82.55%-
HSV(B)92.88º29.55%96.86%-
XYZ66.6382.8452.52-
YUV226.7298.25113.94-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 174 (68.36% from 255) = 27.71%
R=32.96%
G=39.33%
B=27.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471740.1600.300.0392.8882.0282.55
HexCFF7AE1001E35d5253
Octal317367256200363135122123
Binary1100111111110111101011101000001111011101110110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7AE; }

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

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

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

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

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

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

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

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