#CFEEBF

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

Shades of Tea Green #CFEEBF

Tints of Tea Green #CFEEBF

Color information

#CFEEBF (or 0xCFEEBF) is unknown color: approx Tea Green. HEX triplet: CF, EE and BF. RGB value is (207,238,191). Sum of RGB (Red+Green+Blue) = 207+238+191=636 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.55% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 191 (75% from 255 or 30.03% from 636); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEEBF is #301140. Grayscale: #DFDFDF. Windows color (decimal): -3150145 or 12578511. OLE color: 12578511.

HSL color Cylindrical-coordinate representation of color #CFEEBF: hue angle of 99.57º 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 #CFEEBF is Cyan = 0.13, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB207238191-
CMYK0.1300.200.07
HSL99.57º58.02%84.12%-
HSV(B)99.57º19.75%93.33%-
XYZ65.7178.1860.92-
YUV223.37109.73116.32-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.55%
GREEN value IS 238 (93.36% from 255) = 37.42%
BLUE value IS 191 (75% from 255) = 30.03%
R=32.55%
G=37.42%
B=30.03%

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
Decimal2072381910.1300.200.0799.5758.0284.12
HexCFEEBFD0147643a54
Octal31735627715024714472124
Binary110011111110111010111111110101010011111001001110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEBF; }

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

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

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

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

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

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

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

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