Html Css Color HEX #0BF2BB Medium Spring Green

📋 copy color: '#0BF2BB'

red 11 ◦ green 242 ◦ blue 187

#0BF2BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Spring Green #0BF2BB

Tints of Medium Spring Green #0BF2BB

RGB

 RED value IS 11 (4.69% from 255) = 2.5%

 GREEN value IS 242 (94.92% from 255) = 55%

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 2.5%
G = 55%
B = 42.5%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#0BF2BB (or 0x0BF2BB) is known color: Medium Spring Green. HEX triplet: 0B, F2 and BB. RGB value is (11,242,187). Sum of RGB (Red+Green+Blue) = 11+242+187=440 (58% of max value = 765). Red value is 11 (4.69% from 255 or 2.5% from 440); Green value is 242 (94.92% from 255 or 55% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF2BB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF2BB is #F40D44. Grayscale: #A6A6A6. Windows color (decimal): -15994181 or 12317195. OLE color: 12317195.

HSL color Cylindrical-coordinate representation of color #0BF2BB: hue angle of 165.71º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0BF2BB is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 242 187 -
CMYK 0.95 0 0.23 0.05
HSL 165.71º 0.91% 0.5% -
HSV(B) 165.71º 0.95% 0.95% -
XYZ 40.86 67.16 57.82 -
YUV 166.66 139.47 16.97 -
System Red Green Blue C M Y K H S L
Decimal 11 242 187 0.95 0 0.23 0.05 165.71 0.91 0.5
Hex B F2 BB 5F 0 17 5 A6 5B 32
Octal 13 362 273 137 0 27 5 246 133 62
Binary 1011 11110010 10111011 1011111 0 10111 101 10100110 1011011 110010

Color Harmonies of #0BF2BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF2BB

Black with #0BF2BB

Text Example


Text Example

White with #0BF2BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,242,187); }

 H1.HeaderClassName
 {
   color: #0BF2BB;
 }
 .AnyTagClassName
 {
   color: #0BF2BB;
 }
</style>

background-color css

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

 a { background-color: rgb(11,242,187); }

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

border-color css

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

 span { border-color: rgb(11,242,187); }

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