#CEF6AE

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

Shades of Tea Green #CEF6AE

Tints of Tea Green #CEF6AE

Color information

#CEF6AE (or 0xCEF6AE) is unknown color: approx Tea Green. HEX triplet: CE, F6 and AE. RGB value is (206,246,174). Sum of RGB (Red+Green+Blue) = 206+246+174=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 246 (96.48% from 255 or 39.30% from 626); Blue value is 174 (68.36% from 255 or 27.80% from 626); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF6AE is #310951. Grayscale: #E2E2E2. Windows color (decimal): -3213650 or 11466446. OLE color: 11466446.

HSL color Cylindrical-coordinate representation of color #CEF6AE: hue angle of 93.33º degrees, saturation: 0.8, 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 #CEF6AE is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB206246174-
CMYK0.1600.290.04
HSL93.33º80%82.35%-
HSV(B)93.33º29.27%96.47%-
XYZ66.0582.0952.41-
YUV225.8398.75113.85-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 246 (96.48% from 255) = 39.30%
BLUE value IS 174 (68.36% from 255) = 27.80%
R=32.91%
G=39.30%
B=27.80%

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
Decimal2062461740.1600.290.0493.338082.35
HexCEF6AE1001D45d5052
Octal316366256200354135120122
Binary11001110111101101010111010000011101100101110110100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6AE; }

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

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

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

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

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

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

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

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