Html Css Color HEX #0BFCBA Medium Spring Green

📋 copy color: '#0BFCBA'

red 11 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #0BFCBA

Tints of Medium Spring Green #0BFCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 56.12%

 BLUE value IS 186 (73.05% from 255) = 41.43%

R = 2.45%
G = 56.12%
B = 41.43%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#0BFCBA (or 0x0BFCBA) is known color: Medium Spring Green. HEX triplet: 0B, FC and BA. RGB value is (11,252,186). Sum of RGB (Red+Green+Blue) = 11+252+186=449 (59% of max value = 765). Red value is 11 (4.69% from 255 or 2.45% from 449); Green value is 252 (98.83% from 255 or 56.12% from 449); Blue value is 186 (73.05% from 255 or 41.43% from 449); Max value from RGB is 252 - color contains mainly: green. Hex color #0BFCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0BFCBA is #F40345. Grayscale: #ACACAC. Windows color (decimal): -15991622 or 12254219. OLE color: 12254219.

HSL color Cylindrical-coordinate representation of color #0BFCBA: hue angle of 163.57º 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 #0BFCBA is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 11 252 186 -
CMYK 0.96 0 0.26 0.01
HSL 163.57º 0.98% 0.52% -
HSV(B) 163.57º 0.96% 0.99% -
XYZ 43.81 73.24 58.28 -
YUV 172.42 135.66 12.87 -
System Red Green Blue C M Y K H S L
Decimal 11 252 186 0.96 0 0.26 0.01 163.57 0.98 0.52
Hex B FC BA 60 0 1A 1 A4 62 34
Octal 13 374 272 140 0 32 1 244 142 64
Binary 1011 11111100 10111010 1100000 0 11010 1 10100100 1100010 110100

Color Harmonies of #0BFCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BFCBA

Black with #0BFCBA

Text Example


Text Example

White with #0BFCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,252,186); }

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

background-color css

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

 a { background-color: rgb(11,252,186); }

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

border-color css

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

 span { border-color: rgb(11,252,186); }

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