#5DC9B0

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

Shades of Medium Aquamarine #5DC9B0

Tints of Medium Aquamarine #5DC9B0

Color information

#5DC9B0 (or 0x5DC9B0) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, C9 and B0. RGB value is (93,201,176). Sum of RGB (Red+Green+Blue) = 93+201+176=470 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.79% from 470); Green value is 201 (78.91% from 255 or 42.77% from 470); Blue value is 176 (69.14% from 255 or 37.45% from 470); Max value from RGB is 201 - color contains mainly: green. Hex color #5DC9B0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC9B0 is #A2364F. Grayscale: #A5A5A5. Windows color (decimal): -10630736 or 11585885. OLE color: 11585885.

HSL color Cylindrical-coordinate representation of color #5DC9B0: hue angle of 166.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DC9B0 is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.

Color convert

RGB93201176-
CMYK0.5400.120.21
HSL166.11º50%57.65%-
HSV(B)166.11º53.73%78.82%-
XYZ33.2447.2448.44-
YUV165.86133.7276.03-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.79%
GREEN value IS 201 (78.91% from 255) = 42.77%
BLUE value IS 176 (69.14% from 255) = 37.45%
R=19.79%
G=42.77%
B=37.45%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal932011760.5400.120.21166.115057.65
Hex5DC9B0360C15a6323a
Octal13531126066014252466272
Binary10111011100100110110000110110011001010110100110110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,201,176); }

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

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

 a { background-color: rgb(93,201,176); }

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

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

 span { border-color: rgb(93,201,176); }

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