#CFE7BA

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

Shades of Tea Green #CFE7BA

Tints of Tea Green #CFE7BA

Color information

#CFE7BA (or 0xCFE7BA) is unknown color: approx Tea Green. HEX triplet: CF, E7 and BA. RGB value is (207,231,186). Sum of RGB (Red+Green+Blue) = 207+231+186=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 231 (90.62% from 255 or 37.02% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 231 - color contains mainly: green. Hex color #CFE7BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE7BA is #301845. Grayscale: #DADADA. Windows color (decimal): -3151942 or 12249039. OLE color: 12249039.

HSL color Cylindrical-coordinate representation of color #CFE7BA: hue angle of 92º degrees, saturation: 0.48, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFE7BA is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.09.

Color convert

RGB207231186-
CMYK0.1000.190.09
HSL92º48.39%81.76%-
HSV(B)92º19.48%90.59%-
XYZ63.1773.9657.4-
YUV218.69109.55119.66-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 231 (90.62% from 255) = 37.02%
BLUE value IS 186 (73.05% from 255) = 29.81%
R=33.17%
G=37.02%
B=29.81%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072311860.1000.190.099248.3981.76
HexCFE7BAA01395c3052
Octal317347272120231113460122
Binary1100111111100111101110101010010011100110111001100001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE7BA; }

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

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

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

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

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

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

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

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