Html Css Color HEX #5DD5AF Medium Aquamarine

📋 copy color: '#5DD5AF'

red 93 ◦ green 213 ◦ blue 175

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

Shades of Medium Aquamarine #5DD5AF

Tints of Medium Aquamarine #5DD5AF

RGB

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

 GREEN value IS 213 (83.59% from 255) = 44.28%

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

R = 19.33%
G = 44.28%
B = 36.38%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#5DD5AF (or 0x5DD5AF) is known color: Medium Aquamarine. HEX triplet: 5D, D5 and AF. RGB value is (93,213,175). Sum of RGB (Red+Green+Blue) = 93+213+175=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 213 (83.59% from 255 or 44.28% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 213 - color contains mainly: green. Hex color #5DD5AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD5AF is #A22A50. Grayscale: #ACACAC. Windows color (decimal): -10627665 or 11523421. OLE color: 11523421.

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

Color convert

RGB 93 213 175 -
CMYK 0.56 0 0.18 0.16
HSL 161º 0.59% 0.6% -
HSV(B) 161º 0.56% 0.84% -
XYZ 36.05 53.01 48.89 -
YUV 172.79 129.24 71.09 -
System Red Green Blue C M Y K H S L
Decimal 93 213 175 0.56 0 0.18 0.16 161 0.59 0.6
Hex 5D D5 AF 38 0 12 10 A1 3B 3C
Octal 135 325 257 70 0 22 20 241 73 74
Binary 1011101 11010101 10101111 111000 0 10010 10000 10100001 111011 111100

Color Harmonies of #5DD5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5DD5AF

Black with #5DD5AF

Text Example


Text Example

White with #5DD5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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