#CFFFAE

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

Shades of Tea Green #CFFFAE

Tints of Tea Green #CFFFAE

Color information

#CFFFAE (or 0xCFFFAE) is unknown color: approx Tea Green. HEX triplet: CF, FF and AE. RGB value is (207,255,174). Sum of RGB (Red+Green+Blue) = 207+255+174=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 255 (100% from 255 or 40.09% from 636); Blue value is 174 (68.36% from 255 or 27.36% from 636); Max value from RGB is 255 - color contains mainly: green. Hex color #CFFFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFFFAE is #300051. Grayscale: #E7E7E7. Windows color (decimal): -3145810 or 11468751. OLE color: 11468751.

HSL color Cylindrical-coordinate representation of color #CFFFAE: hue angle of 95.56º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFFFAE is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.

Color convert

RGB207255174-
CMYK0.1900.320
HSL95.56º100%84.12%-
HSV(B)95.56º31.76%100%-
XYZ69.1387.8453.36-
YUV231.4195.6110.59-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 255 (100% from 255) = 40.09%
BLUE value IS 174 (68.36% from 255) = 27.36%
R=32.55%
G=40.09%
B=27.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2072551740.1900.32095.5610084.12
HexCFFFAE130200606454
Octal317377256230400140144124
Binary1100111111111111101011101001101000000110000011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFFAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFFAE; }

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

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

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

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

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

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

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

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