#CEF1BE

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

Shades of Tea Green #CEF1BE

Tints of Tea Green #CEF1BE

Color information

#CEF1BE (or 0xCEF1BE) is unknown color: approx Tea Green. HEX triplet: CE, F1 and BE. RGB value is (206,241,190). Sum of RGB (Red+Green+Blue) = 206+241+190=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 241 (94.53% from 255 or 37.83% from 637); Blue value is 190 (74.61% from 255 or 29.83% from 637); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1BE is #310E41. Grayscale: #E0E0E0. Windows color (decimal): -3214914 or 12513742. OLE color: 12513742.

HSL color Cylindrical-coordinate representation of color #CEF1BE: hue angle of 101.18º degrees, saturation: 0.65, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEF1BE is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB206241190-
CMYK0.1500.210.05
HSL101.18º64.56%84.51%-
HSV(B)101.18º21.16%94.51%-
XYZ66.279.7560.62-
YUV224.72108.4114.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.34%
GREEN value IS 241 (94.53% from 255) = 37.83%
BLUE value IS 190 (74.61% from 255) = 29.83%
R=32.34%
G=37.83%
B=29.83%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2062411900.1500.210.05101.1864.5684.51
HexCEF1BEF0155654155
Octal316361276170255145101125
Binary1100111011110001101111101111010101101110010110000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF1BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF1BE; }

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

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

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

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

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

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

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

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