#5DD6A7

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

Shades of Medium Aquamarine #5DD6A7

Tints of Medium Aquamarine #5DD6A7

Color information

#5DD6A7 (or 0x5DD6A7) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D6 and A7. RGB value is (93,214,167). Sum of RGB (Red+Green+Blue) = 93+214+167=474 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.62% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #5DD6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD6A7 is #A22958. Grayscale: #ACACAC. Windows color (decimal): -10627417 or 10999389. OLE color: 10999389.

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

Color convert

RGB93214167-
CMYK0.5700.220.16
HSL156.69º59.61%60.2%-
HSV(B)156.69º56.54%83.92%-
XYZ35.5453.2144.96-
YUV172.46124.9171.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.62%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=19.62%
G=45.15%
B=35.23%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal932141670.5700.220.16156.6959.6160.2
Hex5DD6A739016109d3c3c
Octal13532624771026202357474
Binary101110111010110101001111110010101101000010011101111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,214,167); }

 H1.HeaderClassName
 {
   color: #5DD6A7;
 }
 .AnyTagClassName
 {
   color: #5DD6A7;
 }
</style>
background-color css

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

 a { background-color: rgb(93,214,167); }

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

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

 span { border-color: rgb(93,214,167); }

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