#CFEDBF

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

Shades of Tea Green #CFEDBF

Tints of Tea Green #CFEDBF

Color information

#CFEDBF (or 0xCFEDBF) is unknown color: approx Tea Green. HEX triplet: CF, ED and BF. RGB value is (207,237,191). Sum of RGB (Red+Green+Blue) = 207+237+191=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 237 (92.97% from 255 or 37.32% from 635); Blue value is 191 (75% from 255 or 30.08% from 635); Max value from RGB is 237 - color contains mainly: green. Hex color #CFEDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEDBF is #301240. Grayscale: #DEDEDE. Windows color (decimal): -3150401 or 12578255. OLE color: 12578255.

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

Color convert

RGB207237191-
CMYK0.1300.190.07
HSL99.13º56.1%83.92%-
HSV(B)99.13º19.41%92.94%-
XYZ65.4277.660.82-
YUV222.79110.06116.74-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 237 (92.97% from 255) = 37.32%
BLUE value IS 191 (75% from 255) = 30.08%
R=32.60%
G=37.32%
B=30.08%

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
Decimal2072371910.1300.190.0799.1356.183.92
HexCFEDBFD0137633854
Octal31735527715023714370124
Binary110011111110110110111111110101001111111000111110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEDBF; }

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

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

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

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

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

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

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

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