#5DF69C

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

Shades of Medium Aquamarine #5DF69C

Tints of Medium Aquamarine #5DF69C

Color information

#5DF69C (or 0x5DF69C) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, F6 and 9C. RGB value is (93,246,156). Sum of RGB (Red+Green+Blue) = 93+246+156=495 (65% of max value = 765). Red value is 93 (36.72% from 255 or 18.79% from 495); Green value is 246 (96.48% from 255 or 49.70% from 495); Blue value is 156 (61.33% from 255 or 31.52% from 495); Max value from RGB is 246 - color contains mainly: green. Hex color #5DF69C is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DF69C is #A20963. Grayscale: #BEBEBE. Windows color (decimal): -10619236 or 10286685. OLE color: 10286685.

HSL color Cylindrical-coordinate representation of color #5DF69C: hue angle of 144.71º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF69C is Cyan = 0.62, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.04.

Color convert

RGB93246156-
CMYK0.6200.370.04
HSL144.71º89.47%66.47%-
HSV(B)144.71º62.2%96.47%-
XYZ43.4770.6442.8-
YUV189.99108.8158.82-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 18.79%
GREEN value IS 246 (96.48% from 255) = 49.70%
BLUE value IS 156 (61.33% from 255) = 31.52%
R=18.79%
G=49.70%
B=31.52%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal932461560.6200.370.04144.7189.4766.47
Hex5DF69C3E0254915942
Octal135366234760454221131102
Binary1011101111101101001110011111001001011001001000110110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF69C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,246,156); }

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

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

 a { background-color: rgb(93,246,156); }

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

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

 span { border-color: rgb(93,246,156); }

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