#5DCBB1

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

Shades of Medium Aquamarine #5DCBB1

Tints of Medium Aquamarine #5DCBB1

Color information

#5DCBB1 (or 0x5DCBB1) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CB and B1. RGB value is (93,203,177). Sum of RGB (Red+Green+Blue) = 93+203+177=473 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.66% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 177 (69.53% from 255 or 37.42% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBB1 is #A2344E. Grayscale: #A7A7A7. Windows color (decimal): -10630223 or 11651933. OLE color: 11651933.

HSL color Cylindrical-coordinate representation of color #5DCBB1: hue angle of 165.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5DCBB1 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB93203177-
CMYK0.5400.130.20
HSL165.82º51.4%58.04%-
HSV(B)165.82º54.19%79.61%-
XYZ33.8148.2149.12-
YUV167.15133.5675.11-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.66%
GREEN value IS 203 (79.69% from 255) = 42.92%
BLUE value IS 177 (69.53% from 255) = 37.42%
R=19.66%
G=42.92%
B=37.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031770.5400.130.20165.8251.458.04
Hex5DCBB1360D14a6333a
Octal13531326166015242466372
Binary10111011100101110110001110110011011010010100110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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