Html Css Color HEX #5ADFAF Medium Aquamarine

📋 copy color: '#5ADFAF'

red 90 ◦ green 223 ◦ blue 175

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

Shades of Medium Aquamarine #5ADFAF

Tints of Medium Aquamarine #5ADFAF

RGB

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

 GREEN value IS 223 (87.5% from 255) = 45.7%

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

R = 18.44%
G = 45.7%
B = 35.86%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#5ADFAF (or 0x5ADFAF) is known color: Medium Aquamarine. HEX triplet: 5A, DF and AF. RGB value is (90,223,175). Sum of RGB (Red+Green+Blue) = 90+223+175=488 (64% of max value = 765). Red value is 90 (35.55% from 255 or 18.44% from 488); Green value is 223 (87.5% from 255 or 45.70% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 223 - color contains mainly: green. Hex color #5ADFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ADFAF is #A52050. Grayscale: #B1B1B1. Windows color (decimal): -10821713 or 11525978. OLE color: 11525978.

HSL color Cylindrical-coordinate representation of color #5ADFAF: hue angle of 158.35º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5ADFAF is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 90 223 175 -
CMYK 0.60 0 0.22 0.13
HSL 158.35º 0.68% 0.61% -
HSV(B) 158.35º 0.6% 0.87% -
XYZ 38.34 58.04 49.74 -
YUV 177.76 126.44 65.4 -
System Red Green Blue C M Y K H S L
Decimal 90 223 175 0.60 0 0.22 0.13 158.35 0.68 0.61
Hex 5A DF AF 3C 0 16 D 9E 44 3D
Octal 132 337 257 74 0 26 15 236 104 75
Binary 1011010 11011111 10101111 111100 0 10110 1101 10011110 1000100 111101

Color Harmonies of #5ADFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ADFAF

Black with #5ADFAF

Text Example


Text Example

White with #5ADFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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