Html Css Color HEX #5AF69E Medium Aquamarine

📋 copy color: '#5AF69E'

red 90 ◦ green 246 ◦ blue 158

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

Shades of Medium Aquamarine #5AF69E

Tints of Medium Aquamarine #5AF69E

RGB

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

 GREEN value IS 246 (96.48% from 255) = 49.8%

 BLUE value IS 158 (62.11% from 255) = 31.98%

R = 18.22%
G = 49.8%
B = 31.98%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.36

 K value IS 0.04

RGB Variations

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

Color information

#5AF69E (or 0x5AF69E) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and 9E. RGB value is (90,246,158). Sum of RGB (Red+Green+Blue) = 90+246+158=494 (65% of max value = 765). Red value is 90 (35.55% from 255 or 18.22% from 494); Green value is 246 (96.48% from 255 or 49.80% from 494); Blue value is 158 (62.11% from 255 or 31.98% from 494); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF69E is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF69E is #A50961. Grayscale: #BDBDBD. Windows color (decimal): -10815842 or 10417754. OLE color: 10417754.

HSL color Cylindrical-coordinate representation of color #5AF69E: hue angle of 146.15º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5AF69E is Cyan = 0.63, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 246 158 -
CMYK 0.63 0 0.36 0.04
HSL 146.15º 0.9% 0.66% -
HSV(B) 146.15º 0.63% 0.96% -
XYZ 43.34 70.55 43.68 -
YUV 189.32 110.32 57.16 -
System Red Green Blue C M Y K H S L
Decimal 90 246 158 0.63 0 0.36 0.04 146.15 0.9 0.66
Hex 5A F6 9E 3F 0 24 4 92 5A 42
Octal 132 366 236 77 0 44 4 222 132 102
Binary 1011010 11110110 10011110 111111 0 100100 100 10010010 1011010 1000010

Color Harmonies of #5AF69E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF69E

Black with #5AF69E

Text Example


Text Example

White with #5AF69E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,246,158); }

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

background-color css

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

 a { background-color: rgb(90,246,158); }

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

border-color css

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

 span { border-color: rgb(90,246,158); }

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