#5DDBB1

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

Shades of Medium Aquamarine #5DDBB1

Tints of Medium Aquamarine #5DDBB1

Color information

#5DDBB1 (or 0x5DDBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DB and B1. RGB value is (93,219,177). Sum of RGB (Red+Green+Blue) = 93+219+177=489 (64% of max value = 765). Red value is 93 (36.72% from 255 or 19.02% from 489); Green value is 219 (85.94% from 255 or 44.79% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBB1 is #A2244E. Grayscale: #B0B0B0. Windows color (decimal): -10626127 or 11656029. OLE color: 11656029.

HSL color Cylindrical-coordinate representation of color #5DDBB1: hue angle of 160º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5DDBB1 is Cyan = 0.58, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB93219177-
CMYK0.5800.190.14
HSL160º63.64%61.18%-
HSV(B)160º57.53%85.88%-
XYZ37.7856.1650.44-
YUV176.54128.2668.42-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.02%
GREEN value IS 219 (85.94% from 255) = 44.79%
BLUE value IS 177 (69.53% from 255) = 36.20%
R=19.02%
G=44.79%
B=36.20%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932191770.5800.190.1416063.6461.18
Hex5DDBB13A013Ea0403d
Octal135333261720231624010075
Binary101110111011011101100011110100100111110101000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,219,177); }

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

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

 a { background-color: rgb(93,219,177); }

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

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

 span { border-color: rgb(93,219,177); }

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