Html Css Color HEX #10EFAF Medium Spring Green

📋 copy color: '#10EFAF'

red 16 ◦ green 239 ◦ blue 175

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

Shades of Medium Spring Green #10EFAF

Tints of Medium Spring Green #10EFAF

RGB

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

 GREEN value IS 239 (93.75% from 255) = 55.58%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 3.72%
G = 55.58%
B = 40.7%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#10EFAF (or 0x10EFAF) is known color: Medium Spring Green. HEX triplet: 10, EF and AF. RGB value is (16,239,175). Sum of RGB (Red+Green+Blue) = 16+239+175=430 (56% of max value = 765). Red value is 16 (6.64% from 255 or 3.72% from 430); Green value is 239 (93.75% from 255 or 55.58% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 239 - color contains mainly: green. Hex color #10EFAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10EFAF is #EF1050. Grayscale: #A5A5A5. Windows color (decimal): -15667281 or 11530000. OLE color: 11530000.

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

Color convert

RGB 16 239 175 -
CMYK 0.93 0 0.27 0.06
HSL 162.78º 0.87% 0.5% -
HSV(B) 162.78º 0.93% 0.94% -
XYZ 38.82 64.94 51.05 -
YUV 165.03 133.62 21.7 -
System Red Green Blue C M Y K H S L
Decimal 16 239 175 0.93 0 0.27 0.06 162.78 0.87 0.5
Hex 10 EF AF 5D 0 1B 6 A3 57 32
Octal 20 357 257 135 0 33 6 243 127 62
Binary 10000 11101111 10101111 1011101 0 11011 110 10100011 1010111 110010

Color Harmonies of #10EFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10EFAF

Black with #10EFAF

Text Example


Text Example

White with #10EFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,239,175); }

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

background-color css

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

 a { background-color: rgb(16,239,175); }

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

border-color css

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

 span { border-color: rgb(16,239,175); }

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