Html Css Color HEX #10FAB4 Medium Spring Green

📋 copy color: '#10FAB4'

red 16 ◦ green 250 ◦ blue 180

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

Shades of Medium Spring Green #10FAB4

Tints of Medium Spring Green #10FAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 40.36%

R = 3.59%
G = 56.05%
B = 40.36%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.02

RGB Variations

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

Color information

#10FAB4 (or 0x10FAB4) is known color: Medium Spring Green. HEX triplet: 10, FA and B4. RGB value is (16,250,180). Sum of RGB (Red+Green+Blue) = 16+250+180=446 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.59% from 446); Green value is 250 (98.05% from 255 or 56.05% from 446); Blue value is 180 (70.70% from 255 or 40.36% from 446); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FAB4 is #EF054B. Grayscale: #ACACAC. Windows color (decimal): -15664460 or 11860496. OLE color: 11860496.

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

Color convert

RGB 16 250 180 -
CMYK 0.94 0 0.28 0.02
HSL 162.05º 0.96% 0.52% -
HSV(B) 162.05º 0.94% 0.98% -
XYZ 42.64 71.78 54.79 -
YUV 172.05 132.48 16.69 -
System Red Green Blue C M Y K H S L
Decimal 16 250 180 0.94 0 0.28 0.02 162.05 0.96 0.52
Hex 10 FA B4 5E 0 1C 2 A2 60 34
Octal 20 372 264 136 0 34 2 242 140 64
Binary 10000 11111010 10110100 1011110 0 11100 10 10100010 1100000 110100

Color Harmonies of #10FAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FAB4

Black with #10FAB4

Text Example


Text Example

White with #10FAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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