#CEF9AE

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

Shades of Tea Green #CEF9AE

Tints of Tea Green #CEF9AE

Color information

#CEF9AE (or 0xCEF9AE) is unknown color: approx Tea Green. HEX triplet: CE, F9 and AE. RGB value is (206,249,174). Sum of RGB (Red+Green+Blue) = 206+249+174=629 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.75% from 629); Green value is 249 (97.66% from 255 or 39.59% from 629); Blue value is 174 (68.36% from 255 or 27.66% from 629); Max value from RGB is 249 - color contains mainly: green. Hex color #CEF9AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF9AE is #310651. Grayscale: #E3E3E3. Windows color (decimal): -3212882 or 11467214. OLE color: 11467214.

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

Color convert

RGB206249174-
CMYK0.1700.300.02
HSL94.4º86.21%82.94%-
HSV(B)94.4º30.12%97.65%-
XYZ66.9783.9352.71-
YUV227.5997.75112.6-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.75%
GREEN value IS 249 (97.66% from 255) = 39.59%
BLUE value IS 174 (68.36% from 255) = 27.66%
R=32.75%
G=39.59%
B=27.66%

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
Decimal2062491740.1700.300.0294.486.2182.94
HexCEF9AE1101E25e5653
Octal316371256210362136126123
Binary1100111011111001101011101000101111010101111010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF9AE; }

 p { color: rgb(206,249,174); }

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

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

 a { background-color: rgb(206,249,174); }

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

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

 span { border-color: rgb(206,249,174); }

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