#CFE8BA

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

Shades of Tea Green #CFE8BA

Tints of Tea Green #CFE8BA

Color information

#CFE8BA (or 0xCFE8BA) is unknown color: approx Tea Green. HEX triplet: CF, E8 and BA. RGB value is (207,232,186). Sum of RGB (Red+Green+Blue) = 207+232+186=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 232 (91.02% from 255 or 37.12% from 625); Blue value is 186 (73.05% from 255 or 29.76% from 625); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8BA is #301745. Grayscale: #DBDBDB. Windows color (decimal): -3151686 or 12249295. OLE color: 12249295.

HSL color Cylindrical-coordinate representation of color #CFE8BA: hue angle of 92.61º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFE8BA is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB207232186-
CMYK0.1100.200.09
HSL92.61º50%81.96%-
HSV(B)92.61º19.83%90.98%-
XYZ63.4574.5257.49-
YUV219.28109.22119.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 232 (91.02% from 255) = 37.12%
BLUE value IS 186 (73.05% from 255) = 29.76%
R=33.12%
G=37.12%
B=29.76%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321860.1100.200.0992.615081.96
HexCFE8BAB01495d3252
Octal317350272130241113562122
Binary1100111111101000101110101011010100100110111011100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8BA; }

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

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

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

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

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

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

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

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