Html Css Color HEX #10EDB4 Medium Spring Green

📋 copy color: '#10EDB4'

red 16 ◦ green 237 ◦ blue 180

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

Shades of Medium Spring Green #10EDB4

Tints of Medium Spring Green #10EDB4

RGB

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

 GREEN value IS 237 (92.97% from 255) = 54.73%

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

R = 3.7%
G = 54.73%
B = 41.57%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#10EDB4 (or 0x10EDB4) is known color: Medium Spring Green. HEX triplet: 10, ED and B4. RGB value is (16,237,180). Sum of RGB (Red+Green+Blue) = 16+237+180=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 237 (92.97% from 255 or 54.73% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 237 - color contains mainly: green. Hex color #10EDB4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10EDB4 is #EF124B. Grayscale: #A4A4A4. Windows color (decimal): -15667788 or 11857168. OLE color: 11857168.

HSL color Cylindrical-coordinate representation of color #10EDB4: hue angle of 164.52º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10EDB4 is Cyan = 0.93, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 237 180 -
CMYK 0.93 0 0.24 0.07
HSL 164.52º 0.87% 0.5% -
HSV(B) 164.52º 0.93% 0.93% -
XYZ 38.74 63.97 53.49 -
YUV 164.42 136.78 22.13 -
System Red Green Blue C M Y K H S L
Decimal 16 237 180 0.93 0 0.24 0.07 164.52 0.87 0.5
Hex 10 ED B4 5D 0 18 7 A5 57 32
Octal 20 355 264 135 0 30 7 245 127 62
Binary 10000 11101101 10110100 1011101 0 11000 111 10100101 1010111 110010

Color Harmonies of #10EDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EDB4

Black with #10EDB4

Text Example


Text Example

White with #10EDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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