Html Css Color HEX #0FF6AA Medium Spring Green

📋 copy color: '#0FF6AA'

red 15 ◦ green 246 ◦ blue 170

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

Shades of Medium Spring Green #0FF6AA

Tints of Medium Spring Green #0FF6AA

RGB

 RED value IS 15 (6.25% from 255) = 3.48%

 GREEN value IS 246 (96.48% from 255) = 57.08%

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

R = 3.48%
G = 57.08%
B = 39.44%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#0FF6AA (or 0x0FF6AA) is known color: Medium Spring Green. HEX triplet: 0F, F6 and AA. RGB value is (15,246,170). Sum of RGB (Red+Green+Blue) = 15+246+170=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 246 (96.48% from 255 or 57.08% from 431); Blue value is 170 (66.80% from 255 or 39.44% from 431); Max value from RGB is 246 - color contains mainly: green. Hex color #0FF6AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0FF6AA is #F00955. Grayscale: #A8A8A8. Windows color (decimal): -15731030 or 11204111. OLE color: 11204111.

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

Color convert

RGB 15 246 170 -
CMYK 0.94 0 0.31 0.04
HSL 160.26º 0.93% 0.51% -
HSV(B) 160.26º 0.94% 0.96% -
XYZ 40.41 68.92 49.2 -
YUV 168.27 128.97 18.68 -
System Red Green Blue C M Y K H S L
Decimal 15 246 170 0.94 0 0.31 0.04 160.26 0.93 0.51
Hex F F6 AA 5E 0 1F 4 A0 5D 33
Octal 17 366 252 136 0 37 4 240 135 63
Binary 1111 11110110 10101010 1011110 0 11111 100 10100000 1011101 110011

Color Harmonies of #0FF6AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FF6AA

Black with #0FF6AA

Text Example


Text Example

White with #0FF6AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,246,170); }

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

background-color css

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

 a { background-color: rgb(15,246,170); }

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

border-color css

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

 span { border-color: rgb(15,246,170); }

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