#CEF0BE

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

Shades of Tea Green #CEF0BE

Tints of Tea Green #CEF0BE

Color information

#CEF0BE (or 0xCEF0BE) is unknown color: approx Tea Green. HEX triplet: CE, F0 and BE. RGB value is (206,240,190). Sum of RGB (Red+Green+Blue) = 206+240+190=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 240 (94.14% from 255 or 37.74% from 636); Blue value is 190 (74.61% from 255 or 29.87% from 636); Max value from RGB is 240 - color contains mainly: green. Hex color #CEF0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF0BE is #310F41. Grayscale: #E0E0E0. Windows color (decimal): -3215170 or 12513486. OLE color: 12513486.

HSL color Cylindrical-coordinate representation of color #CEF0BE: hue angle of 100.8º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF0BE is Cyan = 0.14, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB206240190-
CMYK0.1400.210.06
HSL100.8º62.5%84.31%-
HSV(B)100.8º20.83%94.12%-
XYZ65.9179.1660.52-
YUV224.13108.74115.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 240 (94.14% from 255) = 37.74%
BLUE value IS 190 (74.61% from 255) = 29.87%
R=32.39%
G=37.74%
B=29.87%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062401900.1400.210.06100.862.584.31
HexCEF0BEE0156653e54
Octal31636027616025614576124
Binary110011101111000010111110111001010111011001011111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF0BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF0BE; }

 p { color: rgb(206,240,190); }

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

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

 a { background-color: rgb(206,240,190); }

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

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

 span { border-color: rgb(206,240,190); }

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