#5DC6A7

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

Shades of Medium Aquamarine #5DC6A7

Tints of Medium Aquamarine #5DC6A7

Color information

#5DC6A7 (or 0x5DC6A7) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, C6 and A7. RGB value is (93,198,167). Sum of RGB (Red+Green+Blue) = 93+198+167=458 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.31% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #5DC6A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DC6A7 is #A23958. Grayscale: #A3A3A3. Windows color (decimal): -10631513 or 10995293. OLE color: 10995293.

HSL color Cylindrical-coordinate representation of color #5DC6A7: hue angle of 162.29º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5DC6A7 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.22.

Color convert

RGB93198167-
CMYK0.5300.160.22
HSL162.29º47.95%57.06%-
HSV(B)162.29º53.03%77.65%-
XYZ31.6845.5143.67-
YUV163.07130.2178.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.31%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 167 (65.62% from 255) = 36.46%
R=20.31%
G=43.23%
B=36.46%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal931981670.5300.160.22162.2947.9557.06
Hex5DC6A73501016a23039
Octal13530624765020262426071
Binary101110111000110101001111101010100001011010100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DC6A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,198,167); }

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

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

 a { background-color: rgb(93,198,167); }

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

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

 span { border-color: rgb(93,198,167); }

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