Html Css Color HEX #10FFBD Medium Spring Green

📋 copy color: '#10FFBD'

red 16 ◦ green 255 ◦ blue 189

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

Shades of Medium Spring Green #10FFBD

Tints of Medium Spring Green #10FFBD

RGB

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

 GREEN value IS 255 (100% from 255) = 55.43%

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

R = 3.48%
G = 55.43%
B = 41.09%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#10FFBD (or 0x10FFBD) is known color: Medium Spring Green. HEX triplet: 10, FF and BD. RGB value is (16,255,189). Sum of RGB (Red+Green+Blue) = 16+255+189=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 255 (100% from 255 or 55.43% from 460); Blue value is 189 (74.22% from 255 or 41.09% from 460); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFBD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFBD is #EF0042. Grayscale: #B0B0B0. Windows color (decimal): -15663171 or 12451600. OLE color: 12451600.

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

Color convert

RGB 16 255 189 -
CMYK 0.94 0 0.26 0
HSL 163.43º 1% 0.53% -
HSV(B) 163.43º 0.94% 1% -
XYZ 45.16 75.3 60.3 -
YUV 176.02 135.32 13.87 -
System Red Green Blue C M Y K H S L
Decimal 16 255 189 0.94 0 0.26 0 163.43 1 0.53
Hex 10 FF BD 5E 0 1A 0 A3 64 35
Octal 20 377 275 136 0 32 0 243 144 65
Binary 10000 11111111 10111101 1011110 0 11010 0 10100011 1100100 110101

Color Harmonies of #10FFBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10FFBD

Black with #10FFBD

Text Example


Text Example

White with #10FFBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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