#CEF5AE

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

Shades of Tea Green #CEF5AE

Tints of Tea Green #CEF5AE

Color information

#CEF5AE (or 0xCEF5AE) is unknown color: approx Tea Green. HEX triplet: CE, F5 and AE. RGB value is (206,245,174). Sum of RGB (Red+Green+Blue) = 206+245+174=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 245 (96.09% from 255 or 39.2% from 625); Blue value is 174 (68.36% from 255 or 27.84% from 625); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5AE is #310A51. Grayscale: #E1E1E1. Windows color (decimal): -3213906 or 11466190. OLE color: 11466190.

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

Color convert

RGB206245174-
CMYK0.1600.290.04
HSL92.96º78.02%82.16%-
HSV(B)92.96º28.98%96.08%-
XYZ65.7581.4852.31-
YUV225.2499.08114.27-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 245 (96.09% from 255) = 39.2%
BLUE value IS 174 (68.36% from 255) = 27.84%
R=32.96%
G=39.2%
B=27.84%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451740.1600.290.0492.9678.0282.16
HexCEF5AE1001D45d4e52
Octal316365256200354135116122
Binary11001110111101011010111010000011101100101110110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5AE; }

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

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

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

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

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

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

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

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