Html Css Color HEX #5ACD9F Medium Aquamarine

📋 copy color: '#5ACD9F'

red 90 ◦ green 205 ◦ blue 159

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

Shades of Medium Aquamarine #5ACD9F

Tints of Medium Aquamarine #5ACD9F

RGB

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

 GREEN value IS 205 (80.47% from 255) = 45.15%

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

R = 19.82%
G = 45.15%
B = 35.02%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#5ACD9F (or 0x5ACD9F) is known color: Medium Aquamarine. HEX triplet: 5A, CD and 9F. RGB value is (90,205,159). Sum of RGB (Red+Green+Blue) = 90+205+159=454 (60% of max value = 765). Red value is 90 (35.55% from 255 or 19.82% from 454); Green value is 205 (80.47% from 255 or 45.15% from 454); Blue value is 159 (62.5% from 255 or 35.02% from 454); Max value from RGB is 205 - color contains mainly: green. Hex color #5ACD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACD9F is #A53260. Grayscale: #A5A5A5. Windows color (decimal): -10826337 or 10472794. OLE color: 10472794.

HSL color Cylindrical-coordinate representation of color #5ACD9F: hue angle of 156º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5ACD9F is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.20.

Color convert

RGB 90 205 159 -
CMYK 0.56 0 0.22 0.20
HSL 156º 0.53% 0.58% -
HSV(B) 156º 0.56% 0.8% -
XYZ 32.31 48.34 40.43 -
YUV 165.37 124.4 74.24 -
System Red Green Blue C M Y K H S L
Decimal 90 205 159 0.56 0 0.22 0.20 156 0.53 0.58
Hex 5A CD 9F 38 0 16 14 9C 35 3A
Octal 132 315 237 70 0 26 24 234 65 72
Binary 1011010 11001101 10011111 111000 0 10110 10100 10011100 110101 111010

Color Harmonies of #5ACD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACD9F

Black with #5ACD9F

Text Example


Text Example

White with #5ACD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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