Html Css Color HEX #0BFFC0 Medium Spring Green

📋 copy color: '#0BFFC0'

red 11 ◦ green 255 ◦ blue 192

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

Shades of Medium Spring Green #0BFFC0

Tints of Medium Spring Green #0BFFC0

RGB

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

 GREEN value IS 255 (100% from 255) = 55.68%

 BLUE value IS 192 (75.39% from 255) = 41.92%

R = 2.4%
G = 55.68%
B = 41.92%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.25

 K value IS 0

RGB Variations

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

Color information

#0BFFC0 (or 0x0BFFC0) is known color: Medium Spring Green. HEX triplet: 0B, FF and C0. RGB value is (11,255,192). Sum of RGB (Red+Green+Blue) = 11+255+192=458 (60% of max value = 765). Red value is 11 (4.69% from 255 or 2.40% from 458); Green value is 255 (100% from 255 or 55.68% from 458); Blue value is 192 (75.39% from 255 or 41.92% from 458); Max value from RGB is 255 - color contains mainly: green. Hex color #0BFFC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFFC0 is #F4003F. Grayscale: #AEAEAE. Windows color (decimal): -15990848 or 12648203. OLE color: 12648203.

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

Color convert

RGB 11 255 192 -
CMYK 0.96 0 0.25 0
HSL 164.51º 1% 0.52% -
HSV(B) 164.51º 0.96% 1% -
XYZ 45.41 75.4 62.03 -
YUV 174.86 137.66 11.12 -
System Red Green Blue C M Y K H S L
Decimal 11 255 192 0.96 0 0.25 0 164.51 1 0.52
Hex B FF C0 60 0 19 0 A5 64 34
Octal 13 377 300 140 0 31 0 245 144 64
Binary 1011 11111111 11000000 1100000 0 11001 0 10100101 1100100 110100

Color Harmonies of #0BFFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFFC0

Black with #0BFFC0

Text Example


Text Example

White with #0BFFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,255,192); }

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

background-color css

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

 a { background-color: rgb(11,255,192); }

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

border-color css

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

 span { border-color: rgb(11,255,192); }

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