Html Css Color HEX #5AC7AF Medium Aquamarine

📋 copy color: '#5AC7AF'

red 90 ◦ green 199 ◦ blue 175

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

Shades of Medium Aquamarine #5AC7AF

Tints of Medium Aquamarine #5AC7AF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.89%

 BLUE value IS 175 (68.75% from 255) = 37.72%

R = 19.4%
G = 42.89%
B = 37.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#5AC7AF (or 0x5AC7AF) is known color: Medium Aquamarine. HEX triplet: 5A, C7 and AF. RGB value is (90,199,175). Sum of RGB (Red+Green+Blue) = 90+199+175=464 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.40% from 464); Green value is 199 (78.12% from 255 or 42.89% from 464); Blue value is 175 (68.75% from 255 or 37.72% from 464); Max value from RGB is 199 - color contains mainly: green. Hex color #5AC7AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC7AF is #A53850. Grayscale: #A3A3A3. Windows color (decimal): -10827857 or 11519834. OLE color: 11519834.

HSL color Cylindrical-coordinate representation of color #5AC7AF: hue angle of 166.79º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5AC7AF is Cyan = 0.55, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 90 199 175 -
CMYK 0.55 0 0.12 0.22
HSL 166.79º 0.49% 0.57% -
HSV(B) 166.79º 0.55% 0.78% -
XYZ 32.38 46.12 47.75 -
YUV 163.67 134.39 75.45 -
System Red Green Blue C M Y K H S L
Decimal 90 199 175 0.55 0 0.12 0.22 166.79 0.49 0.57
Hex 5A C7 AF 37 0 C 16 A7 31 39
Octal 132 307 257 67 0 14 26 247 61 71
Binary 1011010 11000111 10101111 110111 0 1100 10110 10100111 110001 111001

Color Harmonies of #5AC7AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5AC7AF

Black with #5AC7AF

Text Example


Text Example

White with #5AC7AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,199,175); }

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

background-color css

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

 a { background-color: rgb(90,199,175); }

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

border-color css

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

 span { border-color: rgb(90,199,175); }

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