#5DD5AF

Color #5DD5AF Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #5DD5AF

Tints of Medium Aquamarine #5DD5AF

Color information

#5DD5AF (or 0x5DD5AF) is unknown color: approx 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

RGB93213175-
CMYK0.5600.180.16
HSL161º58.82%60%-
HSV(B)161º56.34%83.53%-
XYZ36.0553.0148.89-
YUV172.79129.2471.09-

RGB Variations

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

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 (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932131750.5600.180.1616158.8260
Hex5DD5AF3801210a13b3c
Octal13532525770022202417374
Binary101110111010101101011111110000100101000010100001111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>