#00FFBF

Color #00FFBF Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #00FFBF

Tints of Medium Spring Green #00FFBF

Color information

#00FFBF (or 0x00FFBF) is unknown color: approx Medium Spring Green. HEX triplet: 00, FF and BF. RGB value is (0,255,191). Sum of RGB (Red+Green+Blue) = 0+255+191=446 (59% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 446); Green value is 255 (100% from 255 or 57.17% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 255 - color contains mainly: green. Hex color #00FFBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00FFBF is #FF0040. Grayscale: #ABABAB. Windows color (decimal): -16711745 or 12582656. OLE color: 12582656.

HSL color Cylindrical-coordinate representation of color #00FFBF: hue angle of 164.94º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00FFBF is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.

Color convert

RGB0255191-
CMYK100.250
HSL164.94º100%50%-
HSV(B)164.94º100%100%-
XYZ45.1675.2861.44-
YUV171.46139.025.7-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 255 (100% from 255) = 57.17%
BLUE value IS 191 (75% from 255) = 42.83%
R=0%
G=57.17%
B=42.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal0255191100.250164.9410050
Hex0FFBF640190a56432
Octal0377277144031024514462
Binary0111111111011111111001000110010101001011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00FFBF; }

 p { color: rgb(0,255,191); }

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

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

 a { background-color: rgb(0,255,191); }

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

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

 span { border-color: rgb(0,255,191); }

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