#CFE4BA

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

Shades of Tea Green #CFE4BA

Tints of Tea Green #CFE4BA

Color information

#CFE4BA (or 0xCFE4BA) is unknown color: approx Tea Green. HEX triplet: CF, E4 and BA. RGB value is (207,228,186). Sum of RGB (Red+Green+Blue) = 207+228+186=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 228 (89.45% from 255 or 36.71% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 228 - color contains mainly: green. Hex color #CFE4BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE4BA is #301B45. Grayscale: #D9D9D9. Windows color (decimal): -3152710 or 12248271. OLE color: 12248271.

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

Color convert

RGB207228186-
CMYK0.0900.180.11
HSL90º43.75%81.18%-
HSV(B)90º18.42%89.41%-
XYZ62.3472.357.12-
YUV216.93110.54120.92-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 36.71%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=33.33%
G=36.71%
B=29.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2072281860.0900.180.119043.7581.18
HexCFE4BA9012B5a2c51
Octal317344272110221313254121
Binary1100111111100100101110101001010010101110110101011001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE4BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE4BA; }

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

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

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

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

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

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

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

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