Html Css Color HEX #0AFAB5 Medium Spring Green

📋 copy color: '#0AFAB5'

red 10 ◦ green 250 ◦ blue 181

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

Shades of Medium Spring Green #0AFAB5

Tints of Medium Spring Green #0AFAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.04%

R = 2.27%
G = 56.69%
B = 41.04%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#0AFAB5 (or 0x0AFAB5) is known color: Medium Spring Green. HEX triplet: 0A, FA and B5. RGB value is (10,250,181). Sum of RGB (Red+Green+Blue) = 10+250+181=441 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 441); Green value is 250 (98.05% from 255 or 56.69% from 441); Blue value is 181 (71.09% from 255 or 41.04% from 441); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAB5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFAB5 is #F5054A. Grayscale: #AAAAAA. Windows color (decimal): -16057675 or 11926026. OLE color: 11926026.

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

Color convert

RGB 10 250 181 -
CMYK 0.96 0 0.28 0.02
HSL 162.75º 0.96% 0.51% -
HSV(B) 162.75º 0.96% 0.98% -
XYZ 42.65 71.77 55.32 -
YUV 170.37 133.99 13.61 -
System Red Green Blue C M Y K H S L
Decimal 10 250 181 0.96 0 0.28 0.02 162.75 0.96 0.51
Hex A FA B5 60 0 1C 2 A3 60 33
Octal 12 372 265 140 0 34 2 243 140 63
Binary 1010 11111010 10110101 1100000 0 11100 10 10100011 1100000 110011

Color Harmonies of #0AFAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AFAB5

Black with #0AFAB5

Text Example


Text Example

White with #0AFAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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