#0bfdad

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

Shades of Medium Spring Green #0BFDAD

Tints of Medium Spring Green #0BFDAD

Color information

#0BFDAD (or 0x0BFDAD) is unknown color: approx Medium Spring Green. HEX triplet: 0B, FD and AD. RGB value is (11,253,173). Sum of RGB (Red+Green+Blue) = 11+253+173=437 (57% of max value = 765). Red value is 11 (4.69% from 255 or 2.52% from 437); Green value is 253 (99.22% from 255 or 57.89% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 253 - color contains mainly: green. Hex color #0BFDAD is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BFDAD is #F40252. Grayscale: #ABABAB. Windows color (decimal): -15991379 or 11402507. OLE color: 11402507.

HSL color Cylindrical-coordinate representation of color #0BFDAD: hue angle of 160.17º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BFDAD is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.

Color convert

RGB11253173-
CMYK0.9600.320.01
HSL160.17º98.37%51.76%-
HSV(B)160.17º95.65%99.22%-
XYZ42.8173.3451.43-
YUV171.52128.8313.5-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 2.52%
GREEN value IS 253 (99.22% from 255) = 57.89%
BLUE value IS 173 (67.97% from 255) = 39.59%
R=2.52%
G=57.89%
B=39.59%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal112531730.9600.320.01160.1798.3751.76
HexBFDAD600201a06234
Octal13375255140040124014264
Binary10111111110110101101110000001000001101000001100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0bfdad

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,253,173); }

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

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

 a { background-color: rgb(11,253,173); }

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

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

 span { border-color: rgb(11,253,173); }

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