#00F3BD

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

Shades of Medium Spring Green #00F3BD

Tints of Medium Spring Green #00F3BD

Color information

#00F3BD (or 0x00F3BD) is unknown color: approx Medium Spring Green. HEX triplet: 00, F3 and BD. RGB value is (0,243,189). Sum of RGB (Red+Green+Blue) = 0+243+189=432 (57% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 432); Green value is 243 (95.31% from 255 or 56.25% from 432); Blue value is 189 (74.22% from 255 or 43.75% from 432); Max value from RGB is 243 - color contains mainly: green. Hex color #00F3BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #00F3BD is #FF0C42. Grayscale: #A4A4A4. Windows color (decimal): -16714819 or 12448512. OLE color: 12448512.

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

Color convert

RGB0243189-
CMYK100.220.05
HSL166.67º100%47.65%-
HSV(B)166.67º100%95.29%-
XYZ41.2467.7859.05-
YUV164.19141.9910.89-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 243 (95.31% from 255) = 56.25%
BLUE value IS 189 (74.22% from 255) = 43.75%
R=0%
G=56.25%
B=43.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal0243189100.220.05166.6710047.65
Hex0F3BD640165a76430
Octal0363275144026524714460
Binary011110011101111011100100010110101101001111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00F3BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,243,189); }

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

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

 a { background-color: rgb(0,243,189); }

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

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

 span { border-color: rgb(0,243,189); }

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