#CFE9BA

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

Shades of Tea Green #CFE9BA

Tints of Tea Green #CFE9BA

Color information

#CFE9BA (or 0xCFE9BA) is unknown color: approx Tea Green. HEX triplet: CF, E9 and BA. RGB value is (207,233,186). Sum of RGB (Red+Green+Blue) = 207+233+186=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 233 (91.41% from 255 or 37.22% from 626); Blue value is 186 (73.05% from 255 or 29.71% from 626); Max value from RGB is 233 - color contains mainly: green. Hex color #CFE9BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE9BA is #301645. Grayscale: #DCDCDC. Windows color (decimal): -3151430 or 12249551. OLE color: 12249551.

HSL color Cylindrical-coordinate representation of color #CFE9BA: hue angle of 93.19º degrees, saturation: 0.52, 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 #CFE9BA is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB207233186-
CMYK0.1100.200.09
HSL93.19º51.65%82.16%-
HSV(B)93.19º20.17%91.37%-
XYZ63.7375.0957.59-
YUV219.87108.89118.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 233 (91.41% from 255) = 37.22%
BLUE value IS 186 (73.05% from 255) = 29.71%
R=33.07%
G=37.22%
B=29.71%

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
Decimal2072331860.1100.200.0993.1951.6582.16
HexCFE9BAB01495d3452
Octal317351272130241113564122
Binary1100111111101001101110101011010100100110111011101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE9BA; }

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

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

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

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

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

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

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

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