Html Css Color HEX #0BF2AA Medium Spring Green

📋 copy color: '#0BF2AA'

red 11 ◦ green 242 ◦ blue 170

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

Shades of Medium Spring Green #0BF2AA

Tints of Medium Spring Green #0BF2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 2.6%
G = 57.21%
B = 40.19%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.30

 K value IS 0.05

RGB Variations

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

Color information

#0BF2AA (or 0x0BF2AA) is known color: Medium Spring Green. HEX triplet: 0B, F2 and AA. RGB value is (11,242,170). Sum of RGB (Red+Green+Blue) = 11+242+170=423 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.60% from 423); Green value is 242 (94.92% from 255 or 57.21% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 242 - color contains mainly: green. Hex color #0BF2AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF2AA is #F40D55. Grayscale: #A4A4A4. Windows color (decimal): -15994198 or 11203083. OLE color: 11203083.

HSL color Cylindrical-coordinate representation of color #0BF2AA: hue angle of 161.3º 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 #0BF2AA is Cyan = 0.95, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB 11 242 170 -
CMYK 0.95 0 0.30 0.05
HSL 161.3º 0.91% 0.5% -
HSV(B) 161.3º 0.95% 0.95% -
XYZ 39.15 66.48 48.8 -
YUV 164.72 130.97 18.35 -
System Red Green Blue C M Y K H S L
Decimal 11 242 170 0.95 0 0.30 0.05 161.3 0.91 0.5
Hex B F2 AA 5F 0 1E 5 A1 5B 32
Octal 13 362 252 137 0 36 5 241 133 62
Binary 1011 11110010 10101010 1011111 0 11110 101 10100001 1011011 110010

Color Harmonies of #0BF2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF2AA

Black with #0BF2AA

Text Example


Text Example

White with #0BF2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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