#CEEFBF

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

Shades of Tea Green #CEEFBF

Tints of Tea Green #CEEFBF

Color information

#CEEFBF (or 0xCEEFBF) is unknown color: approx Tea Green. HEX triplet: CE, EF and BF. RGB value is (206,239,191). Sum of RGB (Red+Green+Blue) = 206+239+191=636 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.39% from 636); Green value is 239 (93.75% from 255 or 37.58% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFBF is #311040. Grayscale: #DFDFDF. Windows color (decimal): -3215425 or 12578766. OLE color: 12578766.

HSL color Cylindrical-coordinate representation of color #CEEFBF: hue angle of 101.25º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEFBF is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB206239191-
CMYK0.1400.200.06
HSL101.25º60%84.31%-
HSV(B)101.25º20.08%93.73%-
XYZ65.7278.6261-
YUV223.66109.57115.4-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.39%
GREEN value IS 239 (93.75% from 255) = 37.58%
BLUE value IS 191 (75% from 255) = 30.03%
R=32.39%
G=37.58%
B=30.03%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2062391910.1400.200.06101.256084.31
HexCEEFBFE0146653c54
Octal31635727716024614574124
Binary110011101110111110111111111001010011011001011111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEEFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEEFBF; }

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

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

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

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

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

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

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

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