Html Css Color HEX #10F0AA Medium Spring Green

📋 copy color: '#10F0AA'

red 16 ◦ green 240 ◦ blue 170

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

Shades of Medium Spring Green #10F0AA

Tints of Medium Spring Green #10F0AA

RGB

 RED value IS 16 (6.64% from 255) = 3.76%

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

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

R = 3.76%
G = 56.34%
B = 39.91%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#10F0AA (or 0x10F0AA) is known color: Medium Spring Green. HEX triplet: 10, F0 and AA. RGB value is (16,240,170). Sum of RGB (Red+Green+Blue) = 16+240+170=426 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.76% from 426); Green value is 240 (94.14% from 255 or 56.34% from 426); Blue value is 170 (66.80% from 255 or 39.91% from 426); Max value from RGB is 240 - color contains mainly: green. Hex color #10F0AA is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F0AA is #EF0F55. Grayscale: #A5A5A5. Windows color (decimal): -15667030 or 11202576. OLE color: 11202576.

HSL color Cylindrical-coordinate representation of color #10F0AA: hue angle of 161.25º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F0AA is Cyan = 0.93, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 16 240 170 -
CMYK 0.93 0 0.29 0.06
HSL 161.25º 0.88% 0.5% -
HSV(B) 161.25º 0.93% 0.94% -
XYZ 38.63 65.33 48.6 -
YUV 165.04 130.79 21.69 -
System Red Green Blue C M Y K H S L
Decimal 16 240 170 0.93 0 0.29 0.06 161.25 0.88 0.5
Hex 10 F0 AA 5D 0 1D 6 A1 58 32
Octal 20 360 252 135 0 35 6 241 130 62
Binary 10000 11110000 10101010 1011101 0 11101 110 10100001 1011000 110010

Color Harmonies of #10F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F0AA

Black with #10F0AA

Text Example


Text Example

White with #10F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10F0AA; }

 p { color: rgb(16,240,170); }

 H1.HeaderClassName
 {
   color: #10F0AA;
 }
 .AnyTagClassName
 {
   color: #10F0AA;
 }
</style>

background-color css

<style>
 a { background-color: #10F0AA; }

 a { background-color: rgb(16,240,170); }

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

border-color css

<style>
 span { border-color: #10F0AA; }

 span { border-color: rgb(16,240,170); }

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