Html Css Color HEX #5AFF9F Medium Aquamarine

📋 copy color: '#5AFF9F'

red 90 ◦ green 255 ◦ blue 159

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

Shades of Medium Aquamarine #5AFF9F

Tints of Medium Aquamarine #5AFF9F

RGB

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

 GREEN value IS 255 (100% from 255) = 50.6%

 BLUE value IS 159 (62.5% from 255) = 31.55%

R = 17.86%
G = 50.6%
B = 31.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#5AFF9F (or 0x5AFF9F) is known color: Medium Aquamarine. HEX triplet: 5A, FF and 9F. RGB value is (90,255,159). Sum of RGB (Red+Green+Blue) = 90+255+159=504 (66% of max value = 765). Red value is 90 (35.55% from 255 or 17.86% from 504); Green value is 255 (100% from 255 or 50.60% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 255 - color contains mainly: green. Hex color #5AFF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFF9F is #A50060. Grayscale: #C2C2C2. Windows color (decimal): -10813537 or 10485594. OLE color: 10485594.

HSL color Cylindrical-coordinate representation of color #5AFF9F: hue angle of 145.09º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5AFF9F is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 90 255 159 -
CMYK 0.65 0 0.38 0
HSL 145.09º 1% 0.68% -
HSV(B) 145.09º 0.65% 1% -
XYZ 46.23 76.2 45.07 -
YUV 194.72 107.84 53.31 -
System Red Green Blue C M Y K H S L
Decimal 90 255 159 0.65 0 0.38 0 145.09 1 0.68
Hex 5A FF 9F 41 0 26 0 91 64 44
Octal 132 377 237 101 0 46 0 221 144 104
Binary 1011010 11111111 10011111 1000001 0 100110 0 10010001 1100100 1000100

Color Harmonies of #5AFF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFF9F

Black with #5AFF9F

Text Example


Text Example

White with #5AFF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,255,159); }

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

background-color css

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

 a { background-color: rgb(90,255,159); }

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

border-color css

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

 span { border-color: rgb(90,255,159); }

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