#CEF6AF

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

Shades of Tea Green #CEF6AF

Tints of Tea Green #CEF6AF

Color information

#CEF6AF (or 0xCEF6AF) is unknown color: approx Tea Green. HEX triplet: CE, F6 and AF. RGB value is (206,246,175). Sum of RGB (Red+Green+Blue) = 206+246+175=627 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.85% from 627); Green value is 246 (96.48% from 255 or 39.23% from 627); Blue value is 175 (68.75% from 255 or 27.91% from 627); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF6AF is #310950. Grayscale: #E2E2E2. Windows color (decimal): -3213649 or 11531982. OLE color: 11531982.

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

Color convert

RGB206246175-
CMYK0.1600.290.04
HSL93.8º79.78%82.55%-
HSV(B)93.8º28.86%96.47%-
XYZ66.1582.1352.92-
YUV225.9599.25113.77-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.85%
GREEN value IS 246 (96.48% from 255) = 39.23%
BLUE value IS 175 (68.75% from 255) = 27.91%
R=32.85%
G=39.23%
B=27.91%

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
Decimal2062461750.1600.290.0493.879.7882.55
HexCEF6AF1001D45e5053
Octal316366257200354136120123
Binary11001110111101101010111110000011101100101111010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6AF; }

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

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

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

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

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

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

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

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