Html Css Color HEX #13EAAF Medium Spring Green

📋 copy color: '#13EAAF'

red 19 ◦ green 234 ◦ blue 175

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

Shades of Medium Spring Green #13EAAF

Tints of Medium Spring Green #13EAAF

RGB

 RED value IS 19 (7.81% from 255) = 4.44%

 GREEN value IS 234 (91.8% from 255) = 54.67%

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

R = 4.44%
G = 54.67%
B = 40.89%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.25

 K value IS 0.08

RGB Variations

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

Color information

#13EAAF (or 0x13EAAF) is known color: Medium Spring Green. HEX triplet: 13, EA and AF. RGB value is (19,234,175). Sum of RGB (Red+Green+Blue) = 19+234+175=428 (56% of max value = 765). Red value is 19 (7.81% from 255 or 4.44% from 428); Green value is 234 (91.80% from 255 or 54.67% from 428); Blue value is 175 (68.75% from 255 or 40.89% from 428); Max value from RGB is 234 - color contains mainly: green. Hex color #13EAAF is not a web safe color. Web safe color analog (approx): #00FF99. Inversed color of #13EAAF is #EC1550. Grayscale: #A3A3A3. Windows color (decimal): -15471953 or 11528723. OLE color: 11528723.

HSL color Cylindrical-coordinate representation of color #13EAAF: hue angle of 163.53º degrees, saturation: 0.85, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EAAF is Cyan = 0.92, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.08.

Color convert

RGB 19 234 175 -
CMYK 0.92 0 0.25 0.08
HSL 163.53º 0.85% 0.5% -
HSV(B) 163.53º 0.92% 0.92% -
XYZ 37.43 62.08 50.57 -
YUV 162.99 134.77 25.3 -
System Red Green Blue C M Y K H S L
Decimal 19 234 175 0.92 0 0.25 0.08 163.53 0.85 0.5
Hex 13 EA AF 5C 0 19 8 A4 55 32
Octal 23 352 257 134 0 31 10 244 125 62
Binary 10011 11101010 10101111 1011100 0 11001 1000 10100100 1010101 110010

Color Harmonies of #13EAAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13EAAF

Black with #13EAAF

Text Example


Text Example

White with #13EAAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13EAAF; }

 p { color: rgb(19,234,175); }

 H1.HeaderClassName
 {
   color: #13EAAF;
 }
 .AnyTagClassName
 {
   color: #13EAAF;
 }
</style>

background-color css

<style>
 a { background-color: #13EAAF; }

 a { background-color: rgb(19,234,175); }

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

border-color css

<style>
 span { border-color: #13EAAF; }

 span { border-color: rgb(19,234,175); }

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