#CEF7AF

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

Shades of Tea Green #CEF7AF

Tints of Tea Green #CEF7AF

Color information

#CEF7AF (or 0xCEF7AF) is unknown color: approx Tea Green. HEX triplet: CE, F7 and AF. RGB value is (206,247,175). Sum of RGB (Red+Green+Blue) = 206+247+175=628 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.80% from 628); Green value is 247 (96.88% from 255 or 39.33% from 628); Blue value is 175 (68.75% from 255 or 27.87% from 628); Max value from RGB is 247 - color contains mainly: green. Hex color #CEF7AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF7AF is #310850. Grayscale: #E2E2E2. Windows color (decimal): -3213393 or 11532238. OLE color: 11532238.

HSL color Cylindrical-coordinate representation of color #CEF7AF: hue angle of 94.17º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CEF7AF is Cyan = 0.17, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.

Color convert

RGB206247175-
CMYK0.1700.290.03
HSL94.17º81.82%82.75%-
HSV(B)94.17º29.15%96.86%-
XYZ66.4582.7453.03-
YUV226.5398.92113.35-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.80%
GREEN value IS 247 (96.88% from 255) = 39.33%
BLUE value IS 175 (68.75% from 255) = 27.87%
R=32.80%
G=39.33%
B=27.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2062471750.1700.290.0394.1781.8282.75
HexCEF7AF1101D35e5253
Octal316367257210353136122123
Binary1100111011110111101011111000101110111101111010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF7AF; }

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

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

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

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

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

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

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

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