Html Css Color HEX #5AE8AF Medium Aquamarine

📋 copy color: '#5AE8AF'

red 90 ◦ green 232 ◦ blue 175

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

Shades of Medium Aquamarine #5AE8AF

Tints of Medium Aquamarine #5AE8AF

RGB

 RED value IS 90 (35.55% from 255) = 18.11%

 GREEN value IS 232 (91.02% from 255) = 46.68%

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

R = 18.11%
G = 46.68%
B = 35.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.09

RGB Variations

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

Color information

#5AE8AF (or 0x5AE8AF) is known color: Medium Aquamarine. HEX triplet: 5A, E8 and AF. RGB value is (90,232,175). Sum of RGB (Red+Green+Blue) = 90+232+175=497 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.11% from 497); Green value is 232 (91.02% from 255 or 46.68% from 497); Blue value is 175 (68.75% from 255 or 35.21% from 497); Max value from RGB is 232 - color contains mainly: green. Hex color #5AE8AF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AE8AF is #A51750. Grayscale: #B7B7B7. Windows color (decimal): -10819409 or 11528282. OLE color: 11528282.

HSL color Cylindrical-coordinate representation of color #5AE8AF: hue angle of 155.92º degrees, saturation: 0.76, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5AE8AF is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.

Color convert

RGB 90 232 175 -
CMYK 0.61 0 0.25 0.09
HSL 155.92º 0.76% 0.63% -
HSV(B) 155.92º 0.61% 0.91% -
XYZ 40.81 62.98 50.56 -
YUV 183.04 123.46 61.63 -
System Red Green Blue C M Y K H S L
Decimal 90 232 175 0.61 0 0.25 0.09 155.92 0.76 0.63
Hex 5A E8 AF 3D 0 19 9 9C 4C 3F
Octal 132 350 257 75 0 31 11 234 114 77
Binary 1011010 11101000 10101111 111101 0 11001 1001 10011100 1001100 111111

Color Harmonies of #5AE8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AE8AF

Black with #5AE8AF

Text Example


Text Example

White with #5AE8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5AE8AF; }

 p { color: rgb(90,232,175); }

 H1.HeaderClassName
 {
   color: #5AE8AF;
 }
 .AnyTagClassName
 {
   color: #5AE8AF;
 }
</style>

background-color css

<style>
 a { background-color: #5AE8AF; }

 a { background-color: rgb(90,232,175); }

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

border-color css

<style>
 span { border-color: #5AE8AF; }

 span { border-color: rgb(90,232,175); }

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