#CFFAAE

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

Shades of Tea Green #CFFAAE

Tints of Tea Green #CFFAAE

Color information

#CFFAAE (or 0xCFFAAE) is unknown color: approx Tea Green. HEX triplet: CF, FA and AE. RGB value is (207,250,174). Sum of RGB (Red+Green+Blue) = 207+250+174=631 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.81% from 631); Green value is 250 (98.05% from 255 or 39.62% from 631); Blue value is 174 (68.36% from 255 or 27.58% from 631); Max value from RGB is 250 - color contains mainly: green. Hex color #CFFAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFAAE is #300551. Grayscale: #E4E4E4. Windows color (decimal): -3147090 or 11467471. OLE color: 11467471.

HSL color Cylindrical-coordinate representation of color #CFFAAE: hue angle of 93.95º degrees, saturation: 0.88, 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 #CFFAAE is Cyan = 0.17, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB207250174-
CMYK0.1700.300.02
HSL93.95º88.37%83.14%-
HSV(B)93.95º30.4%98.04%-
XYZ67.5684.6952.83-
YUV228.4897.25112.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.81%
GREEN value IS 250 (98.05% from 255) = 39.62%
BLUE value IS 174 (68.36% from 255) = 27.58%
R=32.81%
G=39.62%
B=27.58%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2072501740.1700.300.0293.9588.3783.14
HexCFFAAE1101E25e5853
Octal317372256210362136130123
Binary1100111111111010101011101000101111010101111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFAAE; }

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

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

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

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

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

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

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

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