#5DD0B4

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

Shades of Medium Aquamarine #5DD0B4

Tints of Medium Aquamarine #5DD0B4

Color information

#5DD0B4 (or 0x5DD0B4) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D0 and B4. RGB value is (93,208,180). Sum of RGB (Red+Green+Blue) = 93+208+180=481 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.33% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD0B4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5DD0B4 is #A22F4B. Grayscale: #AAAAAA. Windows color (decimal): -10628940 or 11849821. OLE color: 11849821.

HSL color Cylindrical-coordinate representation of color #5DD0B4: hue angle of 165.39º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5DD0B4 is Cyan = 0.55, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.

Color convert

RGB93208180-
CMYK0.5500.130.18
HSL165.39º55.02%59.02%-
HSV(B)165.39º55.29%81.57%-
XYZ35.3150.7351.11-
YUV170.42133.472.78-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.33%
GREEN value IS 208 (81.64% from 255) = 43.24%
BLUE value IS 180 (70.70% from 255) = 37.42%
R=19.33%
G=43.24%
B=37.42%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081800.5500.130.18165.3955.0259.02
Hex5DD0B4370D12a5373b
Octal13532026467015222456773
Binary10111011101000010110100110111011011001010100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD0B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,208,180); }

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

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

 a { background-color: rgb(93,208,180); }

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

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

 span { border-color: rgb(93,208,180); }

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