#CFE8BF

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

Shades of Tea Green #CFE8BF

Tints of Tea Green #CFE8BF

Color information

#CFE8BF (or 0xCFE8BF) is unknown color: approx Tea Green. HEX triplet: CF, E8 and BF. RGB value is (207,232,191). Sum of RGB (Red+Green+Blue) = 207+232+191=630 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.86% from 630); Green value is 232 (91.02% from 255 or 36.83% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BF is #301740. Grayscale: #DBDBDB. Windows color (decimal): -3151681 or 12576975. OLE color: 12576975.

HSL color Cylindrical-coordinate representation of color #CFE8BF: hue angle of 96.59º degrees, saturation: 0.47, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFE8BF is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB207232191-
CMYK0.1100.180.09
HSL96.59º47.13%82.94%-
HSV(B)96.59º17.67%90.98%-
XYZ63.9974.7460.34-
YUV219.85111.72118.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.86%
GREEN value IS 232 (91.02% from 255) = 36.83%
BLUE value IS 191 (75% from 255) = 30.32%
R=32.86%
G=36.83%
B=30.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321910.1100.180.0996.5947.1382.94
HexCFE8BFB0129612f53
Octal317350277130221114157123
Binary1100111111101000101111111011010010100111000011011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8BF; }

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

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

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

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

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

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

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

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