#BFF6B7

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

Shades of Tea Green #BFF6B7

Tints of Tea Green #BFF6B7

Color information

#BFF6B7 (or 0xBFF6B7) is unknown color: approx Tea Green. HEX triplet: BF, F6 and B7. RGB value is (191,246,183). Sum of RGB (Red+Green+Blue) = 191+246+183=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 246 (96.48% from 255 or 39.68% from 620); Blue value is 183 (71.88% from 255 or 29.52% from 620); Max value from RGB is 246 - color contains mainly: green. Hex color #BFF6B7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BFF6B7 is #400948. Grayscale: #DEDEDE. Windows color (decimal): -4196681 or 12056255. OLE color: 12056255.

HSL color Cylindrical-coordinate representation of color #BFF6B7: hue angle of 112.38º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFF6B7 is Cyan = 0.22, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.04.

Color convert

RGB191246183-
CMYK0.2200.260.04
HSL112.38º77.78%84.12%-
HSV(B)112.38º25.61%96.47%-
XYZ62.9980.4157-
YUV222.37105.78105.62-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 246 (96.48% from 255) = 39.68%
BLUE value IS 183 (71.88% from 255) = 29.52%
R=30.81%
G=39.68%
B=29.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1912461830.2200.260.04112.3877.7884.12
HexBFF6B71601A4704e54
Octal277366267260324160116124
Binary10111111111101101011011110110011010100111000010011101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6B7; }

 p { color: rgb(191,246,183); }

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

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

 a { background-color: rgb(191,246,183); }

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

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

 span { border-color: rgb(191,246,183); }

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