Html Css Color HEX #10F8AB Medium Spring Green

📋 copy color: '#10F8AB'

red 16 ◦ green 248 ◦ blue 171

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

Shades of Medium Spring Green #10F8AB

Tints of Medium Spring Green #10F8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 57.01%

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

R = 3.68%
G = 57.01%
B = 39.31%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#10F8AB (or 0x10F8AB) is known color: Medium Spring Green. HEX triplet: 10, F8 and AB. RGB value is (16,248,171). Sum of RGB (Red+Green+Blue) = 16+248+171=435 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.68% from 435); Green value is 248 (97.27% from 255 or 57.01% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 248 - color contains mainly: green. Hex color #10F8AB is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F8AB is #EF0754. Grayscale: #A9A9A9. Windows color (decimal): -15664981 or 11270160. OLE color: 11270160.

HSL color Cylindrical-coordinate representation of color #10F8AB: hue angle of 160.09º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10F8AB is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 16 248 171 -
CMYK 0.94 0 0.31 0.03
HSL 160.09º 0.94% 0.52% -
HSV(B) 160.09º 0.94% 0.97% -
XYZ 41.13 70.19 49.91 -
YUV 169.85 128.64 18.26 -
System Red Green Blue C M Y K H S L
Decimal 16 248 171 0.94 0 0.31 0.03 160.09 0.94 0.52
Hex 10 F8 AB 5E 0 1F 3 A0 5E 34
Octal 20 370 253 136 0 37 3 240 136 64
Binary 10000 11111000 10101011 1011110 0 11111 11 10100000 1011110 110100

Color Harmonies of #10F8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F8AB

Black with #10F8AB

Text Example


Text Example

White with #10F8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,248,171); }

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

background-color css

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

 a { background-color: rgb(16,248,171); }

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

border-color css

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

 span { border-color: rgb(16,248,171); }

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