Html Css Color HEX #0AF0BA Medium Spring Green

📋 copy color: '#0AF0BA'

red 10 ◦ green 240 ◦ blue 186

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

Shades of Medium Spring Green #0AF0BA

Tints of Medium Spring Green #0AF0BA

RGB

 RED value IS 10 (4.3% from 255) = 2.29%

 GREEN value IS 240 (94.14% from 255) = 55.05%

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

R = 2.29%
G = 55.05%
B = 42.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#0AF0BA (or 0x0AF0BA) is known color: Medium Spring Green. HEX triplet: 0A, F0 and BA. RGB value is (10,240,186). Sum of RGB (Red+Green+Blue) = 10+240+186=436 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.29% from 436); Green value is 240 (94.14% from 255 or 55.05% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 240 - color contains mainly: green. Hex color #0AF0BA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AF0BA is #F50F45. Grayscale: #A5A5A5. Windows color (decimal): -16060230 or 12251146. OLE color: 12251146.

HSL color Cylindrical-coordinate representation of color #0AF0BA: hue angle of 165.91º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AF0BA is Cyan = 0.96, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 10 240 186 -
CMYK 0.96 0 0.22 0.06
HSL 165.91º 0.92% 0.49% -
HSV(B) 165.91º 0.96% 0.94% -
XYZ 40.15 65.93 57.06 -
YUV 165.07 139.8 17.39 -
System Red Green Blue C M Y K H S L
Decimal 10 240 186 0.96 0 0.22 0.06 165.91 0.92 0.49
Hex A F0 BA 60 0 16 6 A6 5C 31
Octal 12 360 272 140 0 26 6 246 134 61
Binary 1010 11110000 10111010 1100000 0 10110 110 10100110 1011100 110001

Color Harmonies of #0AF0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AF0BA

Black with #0AF0BA

Text Example


Text Example

White with #0AF0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,240,186); }

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

background-color css

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

 a { background-color: rgb(10,240,186); }

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

border-color css

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

 span { border-color: rgb(10,240,186); }

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