#0AFAB4

Color #0AFAB4 Medium Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Spring Green #0AFAB4

Tints of Medium Spring Green #0AFAB4

Color information

#0AFAB4 (or 0x0AFAB4) is unknown color: approx Medium Spring Green. HEX triplet: 0A, FA and B4. RGB value is (10,250,180). Sum of RGB (Red+Green+Blue) = 10+250+180=440 (58% of max value = 765). Red value is 10 (4.30% from 255 or 2.27% from 440); Green value is 250 (98.05% from 255 or 56.82% from 440); Blue value is 180 (70.70% from 255 or 40.91% from 440); Max value from RGB is 250 - color contains mainly: green. Hex color #0AFAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #0AFAB4 is #F5054B. Grayscale: #AAAAAA. Windows color (decimal): -16057676 or 11860490. OLE color: 11860490.

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

Color convert

RGB10250180-
CMYK0.9600.280.02
HSL162.5º96%50.98%-
HSV(B)162.5º96%98.04%-
XYZ42.5571.7354.78-
YUV170.26133.4913.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.27%
GREEN value IS 250 (98.05% from 255) = 56.82%
BLUE value IS 180 (70.70% from 255) = 40.91%
R=2.27%
G=56.82%
B=40.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal102501800.9600.280.02162.59650.98
HexAFAB46001C2a26033
Octal12372264140034224214063
Binary10101111101010110100110000001110010101000101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AFAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0AFAB4;
 }
 .AnyTagClassName
 {
   color: #0AFAB4;
 }
</style>
background-color css

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

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

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

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

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

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