Html Css Color HEX #5DD1AF Medium Aquamarine

📋 copy color: '#5DD1AF'

red 93 ◦ green 209 ◦ blue 175

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

Shades of Medium Aquamarine #5DD1AF

Tints of Medium Aquamarine #5DD1AF

RGB

 RED value IS 93 (36.72% from 255) = 19.5%

 GREEN value IS 209 (82.03% from 255) = 43.82%

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

R = 19.5%
G = 43.82%
B = 36.69%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.18

RGB Variations

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

Color information

#5DD1AF (or 0x5DD1AF) is known color: Medium Aquamarine. HEX triplet: 5D, D1 and AF. RGB value is (93,209,175). Sum of RGB (Red+Green+Blue) = 93+209+175=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 209 (82.03% from 255 or 43.82% from 477); Blue value is 175 (68.75% from 255 or 36.69% from 477); Max value from RGB is 209 - color contains mainly: green. Hex color #5DD1AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD1AF is #A22E50. Grayscale: #AAAAAA. Windows color (decimal): -10628689 or 11522397. OLE color: 11522397.

HSL color Cylindrical-coordinate representation of color #5DD1AF: hue angle of 162.41º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5DD1AF is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB 93 209 175 -
CMYK 0.56 0 0.16 0.18
HSL 162.41º 0.56% 0.59% -
HSV(B) 162.41º 0.56% 0.82% -
XYZ 35.05 51.02 48.56 -
YUV 170.44 130.57 72.76 -
System Red Green Blue C M Y K H S L
Decimal 93 209 175 0.56 0 0.16 0.18 162.41 0.56 0.59
Hex 5D D1 AF 38 0 10 12 A2 38 3B
Octal 135 321 257 70 0 20 22 242 70 73
Binary 1011101 11010001 10101111 111000 0 10000 10010 10100010 111000 111011

Color Harmonies of #5DD1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD1AF

Black with #5DD1AF

Text Example


Text Example

White with #5DD1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,209,175); }

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

background-color css

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

 a { background-color: rgb(93,209,175); }

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

border-color css

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

 span { border-color: rgb(93,209,175); }

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