Html Css Color HEX #5AF69A Medium Aquamarine

📋 copy color: '#5AF69A'

red 90 ◦ green 246 ◦ blue 154

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

Shades of Medium Aquamarine #5AF69A

Tints of Medium Aquamarine #5AF69A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.43%

R = 18.37%
G = 50.2%
B = 31.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.37

 K value IS 0.04

RGB Variations

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

Color information

#5AF69A (or 0x5AF69A) is known color: Medium Aquamarine. HEX triplet: 5A, F6 and 9A. RGB value is (90,246,154). Sum of RGB (Red+Green+Blue) = 90+246+154=490 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.37% from 490); Green value is 246 (96.48% from 255 or 50.20% from 490); Blue value is 154 (60.55% from 255 or 31.43% from 490); Max value from RGB is 246 - color contains mainly: green. Hex color #5AF69A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AF69A is #A50965. Grayscale: #BDBDBD. Windows color (decimal): -10815846 or 10155610. OLE color: 10155610.

HSL color Cylindrical-coordinate representation of color #5AF69A: hue angle of 144.62º 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 #5AF69A is Cyan = 0.63, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB 90 246 154 -
CMYK 0.63 0 0.37 0.04
HSL 144.62º 0.9% 0.66% -
HSV(B) 144.62º 0.63% 0.96% -
XYZ 43 70.42 41.9 -
YUV 188.87 108.32 57.48 -
System Red Green Blue C M Y K H S L
Decimal 90 246 154 0.63 0 0.37 0.04 144.62 0.9 0.66
Hex 5A F6 9A 3F 0 25 4 91 5A 42
Octal 132 366 232 77 0 45 4 221 132 102
Binary 1011010 11110110 10011010 111111 0 100101 100 10010001 1011010 1000010

Color Harmonies of #5AF69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AF69A

Black with #5AF69A

Text Example


Text Example

White with #5AF69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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