Html Css Color HEX #5AFC9D Medium Aquamarine

📋 copy color: '#5AFC9D'

red 90 ◦ green 252 ◦ blue 157

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

Shades of Medium Aquamarine #5AFC9D

Tints of Medium Aquamarine #5AFC9D

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.5%

 BLUE value IS 157 (61.72% from 255) = 31.46%

R = 18.04%
G = 50.5%
B = 31.46%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.38

 K value IS 0.01

RGB Variations

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

Color information

#5AFC9D (or 0x5AFC9D) is known color: Medium Aquamarine. HEX triplet: 5A, FC and 9D. RGB value is (90,252,157). Sum of RGB (Red+Green+Blue) = 90+252+157=499 (66% of max value = 765). Red value is 90 (35.55% from 255 or 18.04% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 157 (61.72% from 255 or 31.46% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #5AFC9D is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5AFC9D is #A50362. Grayscale: #C0C0C0. Windows color (decimal): -10814307 or 10353754. OLE color: 10353754.

HSL color Cylindrical-coordinate representation of color #5AFC9D: hue angle of 144.81º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5AFC9D is Cyan = 0.64, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.01.

Color convert

RGB 90 252 157 -
CMYK 0.64 0 0.38 0.01
HSL 144.81º 0.96% 0.67% -
HSV(B) 144.81º 0.64% 0.99% -
XYZ 45.11 74.23 43.85 -
YUV 192.73 107.83 54.72 -
System Red Green Blue C M Y K H S L
Decimal 90 252 157 0.64 0 0.38 0.01 144.81 0.96 0.67
Hex 5A FC 9D 40 0 26 1 91 60 43
Octal 132 374 235 100 0 46 1 221 140 103
Binary 1011010 11111100 10011101 1000000 0 100110 1 10010001 1100000 1000011

Color Harmonies of #5AFC9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AFC9D

Black with #5AFC9D

Text Example


Text Example

White with #5AFC9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,252,157); }

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

background-color css

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

 a { background-color: rgb(90,252,157); }

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

border-color css

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

 span { border-color: rgb(90,252,157); }

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