Html Css Color HEX #10FABD Medium Spring Green

📋 copy color: '#10FABD'

red 16 ◦ green 250 ◦ blue 189

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

Shades of Medium Spring Green #10FABD

Tints of Medium Spring Green #10FABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 41.54%

R = 3.52%
G = 54.95%
B = 41.54%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#10FABD (or 0x10FABD) is known color: Medium Spring Green. HEX triplet: 10, FA and BD. RGB value is (16,250,189). Sum of RGB (Red+Green+Blue) = 16+250+189=455 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 455); Green value is 250 (98.05% from 255 or 54.95% from 455); Blue value is 189 (74.22% from 255 or 41.54% from 455); Max value from RGB is 250 - color contains mainly: green. Hex color #10FABD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FABD is #EF0542. Grayscale: #ADADAD. Windows color (decimal): -15664451 or 12450320. OLE color: 12450320.

HSL color Cylindrical-coordinate representation of color #10FABD: hue angle of 164.36º 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 #10FABD is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 16 250 189 -
CMYK 0.94 0 0.24 0.02
HSL 164.36º 0.96% 0.52% -
HSV(B) 164.36º 0.94% 0.98% -
XYZ 43.58 72.16 59.77 -
YUV 173.08 136.98 15.96 -
System Red Green Blue C M Y K H S L
Decimal 16 250 189 0.94 0 0.24 0.02 164.36 0.96 0.52
Hex 10 FA BD 5E 0 18 2 A4 60 34
Octal 20 372 275 136 0 30 2 244 140 64
Binary 10000 11111010 10111101 1011110 0 11000 10 10100100 1100000 110100

Color Harmonies of #10FABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FABD

Black with #10FABD

Text Example


Text Example

White with #10FABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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