Html Css Color HEX #10F2AE Medium Spring Green

📋 copy color: '#10F2AE'

red 16 ◦ green 242 ◦ blue 174

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

Shades of Medium Spring Green #10F2AE

Tints of Medium Spring Green #10F2AE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 56.02%

 BLUE value IS 174 (68.36% from 255) = 40.28%

R = 3.7%
G = 56.02%
B = 40.28%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#10F2AE (or 0x10F2AE) is known color: Medium Spring Green. HEX triplet: 10, F2 and AE. RGB value is (16,242,174). Sum of RGB (Red+Green+Blue) = 16+242+174=432 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 432); Green value is 242 (94.92% from 255 or 56.02% from 432); Blue value is 174 (68.36% from 255 or 40.28% from 432); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2AE is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #10F2AE is #EF0D51. Grayscale: #A6A6A6. Windows color (decimal): -15666514 or 11465232. OLE color: 11465232.

HSL color Cylindrical-coordinate representation of color #10F2AE: hue angle of 161.95º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F2AE is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB 16 242 174 -
CMYK 0.93 0 0.28 0.05
HSL 161.95º 0.9% 0.51% -
HSV(B) 161.95º 0.93% 0.95% -
XYZ 39.61 66.67 50.83 -
YUV 166.67 132.13 20.53 -
System Red Green Blue C M Y K H S L
Decimal 16 242 174 0.93 0 0.28 0.05 161.95 0.9 0.51
Hex 10 F2 AE 5D 0 1C 5 A2 5A 33
Octal 20 362 256 135 0 34 5 242 132 63
Binary 10000 11110010 10101110 1011101 0 11100 101 10100010 1011010 110011

Color Harmonies of #10F2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10F2AE

Black with #10F2AE

Text Example


Text Example

White with #10F2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,242,174); }

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

background-color css

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

 a { background-color: rgb(16,242,174); }

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

border-color css

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

 span { border-color: rgb(16,242,174); }

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