Html Css Color HEX #5ACFAD Medium Aquamarine

📋 copy color: '#5ACFAD'

red 90 ◦ green 207 ◦ blue 173

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

Shades of Medium Aquamarine #5ACFAD

Tints of Medium Aquamarine #5ACFAD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 44.04%

 BLUE value IS 173 (67.97% from 255) = 36.81%

R = 19.15%
G = 44.04%
B = 36.81%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#5ACFAD (or 0x5ACFAD) is known color: Medium Aquamarine. HEX triplet: 5A, CF and AD. RGB value is (90,207,173). Sum of RGB (Red+Green+Blue) = 90+207+173=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 207 (81.25% from 255 or 44.04% from 470); Blue value is 173 (67.97% from 255 or 36.81% from 470); Max value from RGB is 207 - color contains mainly: green. Hex color #5ACFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ACFAD is #A53052. Grayscale: #A8A8A8. Windows color (decimal): -10825811 or 11390810. OLE color: 11390810.

HSL color Cylindrical-coordinate representation of color #5ACFAD: hue angle of 162.56º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5ACFAD is Cyan = 0.57, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 90 207 173 -
CMYK 0.57 0 0.16 0.19
HSL 162.56º 0.55% 0.58% -
HSV(B) 162.56º 0.57% 0.81% -
XYZ 34.07 49.82 47.35 -
YUV 168.14 130.74 72.26 -
System Red Green Blue C M Y K H S L
Decimal 90 207 173 0.57 0 0.16 0.19 162.56 0.55 0.58
Hex 5A CF AD 39 0 10 13 A3 37 3A
Octal 132 317 255 71 0 20 23 243 67 72
Binary 1011010 11001111 10101101 111001 0 10000 10011 10100011 110111 111010

Color Harmonies of #5ACFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ACFAD

Black with #5ACFAD

Text Example


Text Example

White with #5ACFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,207,173); }

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

background-color css

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

 a { background-color: rgb(90,207,173); }

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

border-color css

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

 span { border-color: rgb(90,207,173); }

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