#CEEEBF

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

Shades of Tea Green #CEEEBF

Tints of Tea Green #CEEEBF

Color information

#CEEEBF (or 0xCEEEBF) is unknown color: approx Tea Green. HEX triplet: CE, EE and BF. RGB value is (206,238,191). Sum of RGB (Red+Green+Blue) = 206+238+191=635 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.44% from 635); Green value is 238 (93.36% from 255 or 37.48% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 238 - color contains mainly: green. Hex color #CEEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEEBF is #311140. Grayscale: #DFDFDF. Windows color (decimal): -3215681 or 12578510. OLE color: 12578510.

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

Color convert

RGB206238191-
CMYK0.1300.200.07
HSL100.85º58.02%84.12%-
HSV(B)100.85º19.75%93.33%-
XYZ65.4378.0360.9-
YUV223.07109.9115.82-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.44%
GREEN value IS 238 (93.36% from 255) = 37.48%
BLUE value IS 191 (75% from 255) = 30.08%
R=32.44%
G=37.48%
B=30.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2062381910.1300.200.07100.8558.0284.12
HexCEEEBFD0147653a54
Octal31635627715024714572124
Binary110011101110111010111111110101010011111001011110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEEBF; }

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

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

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

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

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

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

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

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