Html Css Color HEX #0BF8BD Medium Spring Green

📋 copy color: '#0BF8BD'

red 11 ◦ green 248 ◦ blue 189

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

Shades of Medium Spring Green #0BF8BD

Tints of Medium Spring Green #0BF8BD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 55.36%

 BLUE value IS 189 (74.22% from 255) = 42.19%

R = 2.46%
G = 55.36%
B = 42.19%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.24

 K value IS 0.03

RGB Variations

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

Color information

#0BF8BD (or 0x0BF8BD) is known color: Medium Spring Green. HEX triplet: 0B, F8 and BD. RGB value is (11,248,189). Sum of RGB (Red+Green+Blue) = 11+248+189=448 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.46% from 448); Green value is 248 (97.27% from 255 or 55.36% from 448); Blue value is 189 (74.22% from 255 or 42.19% from 448); Max value from RGB is 248 - color contains mainly: green. Hex color #0BF8BD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BF8BD is #F40742. Grayscale: #AAAAAA. Windows color (decimal): -15992643 or 12449803. OLE color: 12449803.

HSL color Cylindrical-coordinate representation of color #0BF8BD: hue angle of 165.06º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0BF8BD is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB 11 248 189 -
CMYK 0.96 0 0.24 0.03
HSL 165.06º 0.94% 0.51% -
HSV(B) 165.06º 0.96% 0.97% -
XYZ 42.89 70.88 59.56 -
YUV 170.41 138.48 14.3 -
System Red Green Blue C M Y K H S L
Decimal 11 248 189 0.96 0 0.24 0.03 165.06 0.94 0.51
Hex B F8 BD 60 0 18 3 A5 5E 33
Octal 13 370 275 140 0 30 3 245 136 63
Binary 1011 11111000 10111101 1100000 0 11000 11 10100101 1011110 110011

Color Harmonies of #0BF8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF8BD

Black with #0BF8BD

Text Example


Text Example

White with #0BF8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,248,189); }

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

background-color css

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

 a { background-color: rgb(11,248,189); }

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

border-color css

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

 span { border-color: rgb(11,248,189); }

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