Html Css Color HEX #10FCBF Medium Spring Green

📋 copy color: '#10FCBF'

red 16 ◦ green 252 ◦ blue 191

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

Shades of Medium Spring Green #10FCBF

Tints of Medium Spring Green #10FCBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 41.61%

R = 3.49%
G = 54.9%
B = 41.61%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.24

 K value IS 0.01

RGB Variations

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

Color information

#10FCBF (or 0x10FCBF) is known color: Medium Spring Green. HEX triplet: 10, FC and BF. RGB value is (16,252,191). Sum of RGB (Red+Green+Blue) = 16+252+191=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 252 (98.83% from 255 or 54.90% from 459); Blue value is 191 (75% from 255 or 41.61% from 459); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCBF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCBF is #EF0340. Grayscale: #AEAEAE. Windows color (decimal): -15663937 or 12581904. OLE color: 12581904.

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

Color convert

RGB 16 252 191 -
CMYK 0.94 0 0.24 0.01
HSL 164.49º 0.98% 0.53% -
HSV(B) 164.49º 0.94% 0.99% -
XYZ 44.43 73.49 61.13 -
YUV 174.48 137.31 14.96 -
System Red Green Blue C M Y K H S L
Decimal 16 252 191 0.94 0 0.24 0.01 164.49 0.98 0.53
Hex 10 FC BF 5E 0 18 1 A4 62 35
Octal 20 374 277 136 0 30 1 244 142 65
Binary 10000 11111100 10111111 1011110 0 11000 1 10100100 1100010 110101

Color Harmonies of #10FCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FCBF

Black with #10FCBF

Text Example


Text Example

White with #10FCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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