#CEF6BA

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

Shades of Tea Green #CEF6BA

Tints of Tea Green #CEF6BA

Color information

#CEF6BA (or 0xCEF6BA) is unknown color: approx Tea Green. HEX triplet: CE, F6 and BA. RGB value is (206,246,186). Sum of RGB (Red+Green+Blue) = 206+246+186=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 246 (96.48% from 255 or 38.56% from 638); Blue value is 186 (73.05% from 255 or 29.15% from 638); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6BA is #310945. Grayscale: #E3E3E3. Windows color (decimal): -3213638 or 12252878. OLE color: 12252878.

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

Color convert

RGB206246186-
CMYK0.1600.240.04
HSL100º76.92%84.71%-
HSV(B)100º24.39%96.47%-
XYZ67.2782.5858.85-
YUV227.2104.75112.88-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.29%
GREEN value IS 246 (96.48% from 255) = 38.56%
BLUE value IS 186 (73.05% from 255) = 29.15%
R=32.29%
G=38.56%
B=29.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461860.1600.240.0410076.9284.71
HexCEF6BA100184644d55
Octal316366272200304144115125
Binary11001110111101101011101010000011000100110010010011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6BA; }

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

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

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

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

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

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

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

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