#0BFAA3

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

Shades of Medium Spring Green #0BFAA3

Tints of Medium Spring Green #0BFAA3

Color information

#0BFAA3 (or 0x0BFAA3) is unknown color: approx Medium Spring Green. HEX triplet: 0B, FA and A3. RGB value is (11,250,163). Sum of RGB (Red+Green+Blue) = 11+250+163=424 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.59% from 424); Green value is 250 (98.05% from 255 or 58.96% from 424); Blue value is 163 (64.06% from 255 or 38.44% from 424); Max value from RGB is 250 - color contains mainly: green. Hex color #0BFAA3 is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFAA3 is #F4055C. Grayscale: #A8A8A8. Windows color (decimal): -15992157 or 10746379. OLE color: 10746379.

HSL color Cylindrical-coordinate representation of color #0BFAA3: hue angle of 158.16º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFAA3 is Cyan = 0.96, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.02.

Color convert

RGB11250163-
CMYK0.9600.350.02
HSL158.16º95.98%51.18%-
HSV(B)158.16º95.6%98.04%-
XYZ40.9371.0946.21-
YUV168.62124.8215.57-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.59%
GREEN value IS 250 (98.05% from 255) = 58.96%
BLUE value IS 163 (64.06% from 255) = 38.44%
R=2.59%
G=58.96%
B=38.44%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal112501630.9600.350.02158.1695.9851.18
HexBFAA36002329e6033
Octal13372243140043223614063
Binary101111111010101000111100000010001110100111101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BFAA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0BFAA3; }

 p { color: rgb(11,250,163); }

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

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

 a { background-color: rgb(11,250,163); }

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

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

 span { border-color: rgb(11,250,163); }

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