Html Css Color HEX #0BF7AA Medium Spring Green

📋 copy color: '#0BF7AA'

red 11 ◦ green 247 ◦ blue 170

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

Shades of Medium Spring Green #0BF7AA

Tints of Medium Spring Green #0BF7AA

RGB

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

 GREEN value IS 247 (96.88% from 255) = 57.71%

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

R = 2.57%
G = 57.71%
B = 39.72%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#0BF7AA (or 0x0BF7AA) is known color: Medium Spring Green. HEX triplet: 0B, F7 and AA. RGB value is (11,247,170). Sum of RGB (Red+Green+Blue) = 11+247+170=428 (56% of max value = 765). Red value is 11 (4.69% from 255 or 2.57% from 428); Green value is 247 (96.88% from 255 or 57.71% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 247 - color contains mainly: green. Hex color #0BF7AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0BF7AA is #F40855. Grayscale: #A7A7A7. Windows color (decimal): -15992918 or 11204363. OLE color: 11204363.

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

Color convert

RGB 11 247 170 -
CMYK 0.96 0 0.31 0.03
HSL 160.42º 0.94% 0.51% -
HSV(B) 160.42º 0.96% 0.97% -
XYZ 40.65 69.49 49.3 -
YUV 167.66 129.31 16.26 -
System Red Green Blue C M Y K H S L
Decimal 11 247 170 0.96 0 0.31 0.03 160.42 0.94 0.51
Hex B F7 AA 60 0 1F 3 A0 5E 33
Octal 13 367 252 140 0 37 3 240 136 63
Binary 1011 11110111 10101010 1100000 0 11111 11 10100000 1011110 110011

Color Harmonies of #0BF7AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BF7AA

Black with #0BF7AA

Text Example


Text Example

White with #0BF7AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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