Html Css Color HEX #10FCBA Medium Spring Green

📋 copy color: '#10FCBA'

red 16 ◦ green 252 ◦ blue 186

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

Shades of Medium Spring Green #10FCBA

Tints of Medium Spring Green #10FCBA

RGB

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

 GREEN value IS 252 (98.83% from 255) = 55.51%

 BLUE value IS 186 (73.05% from 255) = 40.97%

R = 3.52%
G = 55.51%
B = 40.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#10FCBA (or 0x10FCBA) is known color: Medium Spring Green. HEX triplet: 10, FC and BA. RGB value is (16,252,186). Sum of RGB (Red+Green+Blue) = 16+252+186=454 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.52% from 454); Green value is 252 (98.83% from 255 or 55.51% from 454); Blue value is 186 (73.05% from 255 or 40.97% from 454); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCBA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCBA is #EF0345. Grayscale: #ADADAD. Windows color (decimal): -15663942 or 12254224. OLE color: 12254224.

HSL color Cylindrical-coordinate representation of color #10FCBA: hue angle of 163.22º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCBA is Cyan = 0.94, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB 16 252 186 -
CMYK 0.94 0 0.26 0.01
HSL 163.22º 0.98% 0.53% -
HSV(B) 163.22º 0.94% 0.99% -
XYZ 43.89 73.28 58.29 -
YUV 173.91 134.81 15.37 -
System Red Green Blue C M Y K H S L
Decimal 16 252 186 0.94 0 0.26 0.01 163.22 0.98 0.53
Hex 10 FC BA 5E 0 1A 1 A3 62 35
Octal 20 374 272 136 0 32 1 243 142 65
Binary 10000 11111100 10111010 1011110 0 11010 1 10100011 1100010 110101

Color Harmonies of #10FCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCBA

Black with #10FCBA

Text Example


Text Example

White with #10FCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,252,186); }

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

background-color css

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

 a { background-color: rgb(16,252,186); }

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

border-color css

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

 span { border-color: rgb(16,252,186); }

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