#CEECBF

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

Shades of Tea Green #CEECBF

Tints of Tea Green #CEECBF

Color information

#CEECBF (or 0xCEECBF) is unknown color: approx Tea Green. HEX triplet: CE, EC and BF. RGB value is (206,236,191). Sum of RGB (Red+Green+Blue) = 206+236+191=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 191 (75% from 255 or 30.17% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #CEECBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEECBF is #311340. Grayscale: #DEDEDE. Windows color (decimal): -3216193 or 12577998. OLE color: 12577998.

HSL color Cylindrical-coordinate representation of color #CEECBF: hue angle of 100º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CEECBF is Cyan = 0.13, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.

Color convert

RGB206236191-
CMYK0.1300.190.07
HSL100º54.22%83.73%-
HSV(B)100º19.07%92.55%-
XYZ64.8576.8760.71-
YUV221.9110.56116.66-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.54%
GREEN value IS 236 (92.58% from 255) = 37.28%
BLUE value IS 191 (75% from 255) = 30.17%
R=32.54%
G=37.28%
B=30.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062361910.1300.190.0710054.2283.73
HexCEECBFD0137643654
Octal31635427715023714466124
Binary110011101110110010111111110101001111111001001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEECBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEECBF; }

 p { color: rgb(206,236,191); }

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

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

 a { background-color: rgb(206,236,191); }

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

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

 span { border-color: rgb(206,236,191); }

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