#5DDBA5

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

Shades of Medium Aquamarine #5DDBA5

Tints of Medium Aquamarine #5DDBA5

Color information

#5DDBA5 (or 0x5DDBA5) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, DB and A5. RGB value is (93,219,165). Sum of RGB (Red+Green+Blue) = 93+219+165=477 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.50% from 477); Green value is 219 (85.94% from 255 or 45.91% from 477); Blue value is 165 (64.84% from 255 or 34.59% from 477); Max value from RGB is 219 - color contains mainly: green. Hex color #5DDBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DDBA5 is #A2245A. Grayscale: #AFAFAF. Windows color (decimal): -10626139 or 10869597. OLE color: 10869597.

HSL color Cylindrical-coordinate representation of color #5DDBA5: hue angle of 154.29º 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 #5DDBA5 is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB93219165-
CMYK0.5800.250.14
HSL154.29º63.64%61.18%-
HSV(B)154.29º57.53%85.88%-
XYZ36.6455.7144.42-
YUV175.17122.2669.39-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.50%
GREEN value IS 219 (85.94% from 255) = 45.91%
BLUE value IS 165 (64.84% from 255) = 34.59%
R=19.50%
G=45.91%
B=34.59%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal932191650.5800.250.14154.2963.6461.18
Hex5DDBA53A019E9a403d
Octal135333245720311623210075
Binary101110111011011101001011110100110011110100110101000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DDBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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