#CEF6BD

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

Shades of Tea Green #CEF6BD

Tints of Tea Green #CEF6BD

Color information

#CEF6BD (or 0xCEF6BD) is unknown color: approx Tea Green. HEX triplet: CE, F6 and BD. RGB value is (206,246,189). Sum of RGB (Red+Green+Blue) = 206+246+189=641 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.14% from 641); Green value is 246 (96.48% from 255 or 38.38% from 641); Blue value is 189 (74.22% from 255 or 29.49% from 641); Max value from RGB is 246 - color contains mainly: green. Hex color #CEF6BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF6BD is #310942. Grayscale: #E3E3E3. Windows color (decimal): -3213635 or 12449486. OLE color: 12449486.

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

Color convert

RGB206246189-
CMYK0.1600.230.04
HSL102.11º76%85.29%-
HSV(B)102.11º23.17%96.47%-
XYZ67.5982.7160.55-
YUV227.54106.25112.63-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.14%
GREEN value IS 246 (96.48% from 255) = 38.38%
BLUE value IS 189 (74.22% from 255) = 29.49%
R=32.14%
G=38.38%
B=29.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062461890.1600.230.04102.117685.29
HexCEF6BD100174664c55
Octal316366275200274146114125
Binary11001110111101101011110110000010111100110011010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF6BD; }

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

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

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

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

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

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

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

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