#5DCFA8

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

Shades of Medium Aquamarine #5DCFA8

Tints of Medium Aquamarine #5DCFA8

Color information

#5DCFA8 (or 0x5DCFA8) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, CF and A8. RGB value is (93,207,168). Sum of RGB (Red+Green+Blue) = 93+207+168=468 (61% of max value = 765). Red value is 93 (36.72% from 255 or 19.87% from 468); Green value is 207 (81.25% from 255 or 44.23% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 207 - color contains mainly: green. Hex color #5DCFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DCFA8 is #A23057. Grayscale: #A8A8A8. Windows color (decimal): -10629208 or 11063133. OLE color: 11063133.

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

Color convert

RGB93207168-
CMYK0.5500.190.19
HSL159.47º54.29%58.82%-
HSV(B)159.47º55.07%81.18%-
XYZ33.8949.7844.87-
YUV168.47127.7374.17-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.87%
GREEN value IS 207 (81.25% from 255) = 44.23%
BLUE value IS 168 (66.02% from 255) = 35.90%
R=19.87%
G=44.23%
B=35.90%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal932071680.5500.190.19159.4754.2958.82
Hex5DCFA837013139f363b
Octal13531725067023232376673
Binary101110111001111101010001101110100111001110011111110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DCFA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,207,168); }

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

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

 a { background-color: rgb(93,207,168); }

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

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

 span { border-color: rgb(93,207,168); }

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