Html Css Color HEX #0FFBBC Medium Spring Green

📋 copy color: '#0FFBBC'

red 15 ◦ green 251 ◦ blue 188

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

Shades of Medium Spring Green #0FFBBC

Tints of Medium Spring Green #0FFBBC

RGB

 RED value IS 15 (6.25% from 255) = 3.3%

 GREEN value IS 251 (98.44% from 255) = 55.29%

 BLUE value IS 188 (73.83% from 255) = 41.41%

R = 3.3%
G = 55.29%
B = 41.41%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.25

 K value IS 0.02

RGB Variations

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

Color information

#0FFBBC (or 0x0FFBBC) is known color: Medium Spring Green. HEX triplet: 0F, FB and BC. RGB value is (15,251,188). Sum of RGB (Red+Green+Blue) = 15+251+188=454 (60% of max value = 765). Red value is 15 (6.25% from 255 or 3.30% from 454); Green value is 251 (98.44% from 255 or 55.29% from 454); Blue value is 188 (73.83% from 255 or 41.41% from 454); Max value from RGB is 251 - color contains mainly: green. Hex color #0FFBBC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0FFBBC is #F00443. Grayscale: #ADADAD. Windows color (decimal): -15729732 or 12385039. OLE color: 12385039.

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

Color convert

RGB 15 251 188 -
CMYK 0.94 0 0.25 0.02
HSL 163.98º 0.97% 0.52% -
HSV(B) 163.98º 0.94% 0.98% -
XYZ 43.77 72.73 59.31 -
YUV 173.25 136.31 15.12 -
System Red Green Blue C M Y K H S L
Decimal 15 251 188 0.94 0 0.25 0.02 163.98 0.97 0.52
Hex F FB BC 5E 0 19 2 A4 61 34
Octal 17 373 274 136 0 31 2 244 141 64
Binary 1111 11111011 10111100 1011110 0 11001 10 10100100 1100001 110100

Color Harmonies of #0FFBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FFBBC

Black with #0FFBBC

Text Example


Text Example

White with #0FFBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,251,188); }

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

background-color css

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

 a { background-color: rgb(15,251,188); }

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

border-color css

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

 span { border-color: rgb(15,251,188); }

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