#BFFAB4

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

Shades of Tea Green #BFFAB4

Tints of Tea Green #BFFAB4

Color information

#BFFAB4 (or 0xBFFAB4) is unknown color: approx Tea Green. HEX triplet: BF, FA and B4. RGB value is (191,250,180). Sum of RGB (Red+Green+Blue) = 191+250+180=621 (82% of max value = 765). Red value is 191 (75% from 255 or 30.76% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #BFFAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFFAB4 is #40054B. Grayscale: #E0E0E0. Windows color (decimal): -4195660 or 11860671. OLE color: 11860671.

HSL color Cylindrical-coordinate representation of color #BFFAB4: hue angle of 110.57º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BFFAB4 is Cyan = 0.24, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB191250180-
CMYK0.2400.280.02
HSL110.57º87.5%84.31%-
HSV(B)110.57º28%98.04%-
XYZ63.9182.7455.78-
YUV224.38102.95104.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.76%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 180 (70.70% from 255) = 28.99%
R=30.76%
G=40.26%
B=28.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1912501800.2400.280.02110.5787.584.31
HexBFFAB41801C26f5854
Octal277372264300342157130124
Binary1011111111111010101101001100001110010110111110110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFFAB4; }

 p { color: rgb(191,250,180); }

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

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

 a { background-color: rgb(191,250,180); }

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

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

 span { border-color: rgb(191,250,180); }

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