#5DD09C

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

Shades of Medium Aquamarine #5DD09C

Tints of Medium Aquamarine #5DD09C

Color information

#5DD09C (or 0x5DD09C) is unknown color: approx Medium Aquamarine. HEX triplet: 5D, D0 and 9C. RGB value is (93,208,156). Sum of RGB (Red+Green+Blue) = 93+208+156=457 (60% of max value = 765). Red value is 93 (36.72% from 255 or 20.35% from 457); Green value is 208 (81.64% from 255 or 45.51% from 457); Blue value is 156 (61.33% from 255 or 34.14% from 457); Max value from RGB is 208 - color contains mainly: green. Hex color #5DD09C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5DD09C is #A22F63. Grayscale: #A7A7A7. Windows color (decimal): -10628964 or 10276957. OLE color: 10276957.

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

Color convert

RGB93208156-
CMYK0.5500.250.18
HSL152.87º55.02%59.02%-
HSV(B)152.87º55.29%81.57%-
XYZ33.0749.8439.33-
YUV167.69121.474.73-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 20.35%
GREEN value IS 208 (81.64% from 255) = 45.51%
BLUE value IS 156 (61.33% from 255) = 34.14%
R=20.35%
G=45.51%
B=34.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal932081560.5500.250.18152.8755.0259.02
Hex5DD09C370191299373b
Octal13532023467031222316773
Binary101110111010000100111001101110110011001010011001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DD09C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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