Html Css Color HEX #0AFAAB Medium Spring Green

📋 copy color: '#0AFAAB'

red 10 ◦ green 250 ◦ blue 171

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

Shades of Medium Spring Green #0AFAAB

Tints of Medium Spring Green #0AFAAB

RGB

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

 GREEN value IS 250 (98.05% from 255) = 58%

 BLUE value IS 171 (67.19% from 255) = 39.68%

R = 2.32%
G = 58%
B = 39.68%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#0AFAAB (or 0x0AFAAB) is known color: Medium Spring Green. HEX triplet: 0A, FA and AB. RGB value is (10,250,171). Sum of RGB (Red+Green+Blue) = 10+250+171=431 (57% of max value = 765). Red value is 10 (4.30% from 255 or 2.32% from 431); Green value is 250 (98.05% from 255 or 58.00% from 431); Blue value is 171 (67.19% from 255 or 39.68% from 431); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAAB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #0AFAAB is #F50554. Grayscale: #A9A9A9. Windows color (decimal): -16057685 or 11270666. OLE color: 11270666.

HSL color Cylindrical-coordinate representation of color #0AFAAB: hue angle of 160.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0AFAAB is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 10 250 171 -
CMYK 0.96 0 0.32 0.02
HSL 160.25º 0.96% 0.51% -
HSV(B) 160.25º 0.96% 0.98% -
XYZ 41.66 71.38 50.11 -
YUV 169.23 128.99 14.42 -
System Red Green Blue C M Y K H S L
Decimal 10 250 171 0.96 0 0.32 0.02 160.25 0.96 0.51
Hex A FA AB 60 0 20 2 A0 60 33
Octal 12 372 253 140 0 40 2 240 140 63
Binary 1010 11111010 10101011 1100000 0 100000 10 10100000 1100000 110011

Color Harmonies of #0AFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAAB

Black with #0AFAAB

Text Example


Text Example

White with #0AFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,250,171); }

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

background-color css

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

 a { background-color: rgb(10,250,171); }

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

border-color css

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

 span { border-color: rgb(10,250,171); }

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