#5DCBAD

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

Shades of Medium Aquamarine #5DCBAD

Tints of Medium Aquamarine #5DCBAD

Color information

#5DCBAD (or 0x5DCBAD) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CB and AD. RGB value is (93,203,173). Sum of RGB (Red+Green+Blue) = 93+203+173=469 (62% of max value = 765). Red value is 93 (36.72% from 255 or 19.83% from 469); Green value is 203 (79.69% from 255 or 43.28% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 203 - color contains mainly: green. Hex color #5DCBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCBAD is #A23452. Grayscale: #A6A6A6. Windows color (decimal): -10630227 or 11389789. OLE color: 11389789.

HSL color Cylindrical-coordinate representation of color #5DCBAD: hue angle of 163.64º 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 #5DCBAD is Cyan = 0.54, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB93203173-
CMYK0.5400.150.20
HSL163.64º51.4%58.04%-
HSV(B)163.64º54.19%79.61%-
XYZ33.4148.0647.05-
YUV166.69131.5675.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.83%
GREEN value IS 203 (79.69% from 255) = 43.28%
BLUE value IS 173 (67.97% from 255) = 36.89%
R=19.83%
G=43.28%
B=36.89%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal932031730.5400.150.20163.6451.458.04
Hex5DCBAD360F14a4333a
Octal13531325566017242446372
Binary10111011100101110101101110110011111010010100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCBAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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