#5DF9D7

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

Shades of Aquamarine #5DF9D7

Tints of Aquamarine #5DF9D7

Color information

#5DF9D7 (or 0x5DF9D7) is unknown color: approx Aquamarine. HEX triplet: 5D, F9 and D7. RGB value is (93,249,215). Sum of RGB (Red+Green+Blue) = 93+249+215=557 (73% of max value = 765). Red value is 93 (36.72% from 255 or 16.70% from 557); Green value is 249 (97.66% from 255 or 44.70% from 557); Blue value is 215 (84.38% from 255 or 38.60% from 557); Max value from RGB is 249 - color contains mainly: green. Hex color #5DF9D7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF9D7 is #A20628. Grayscale: #C6C6C6. Windows color (decimal): -10618409 or 14154077. OLE color: 14154077.

HSL color Cylindrical-coordinate representation of color #5DF9D7: hue angle of 166.92º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DF9D7 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB93249215-
CMYK0.6300.140.02
HSL166.92º92.86%67.06%-
HSV(B)166.92º62.65%97.65%-
XYZ50.6674.9876.09-
YUV198.48137.3252.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.70%
GREEN value IS 249 (97.66% from 255) = 44.70%
BLUE value IS 215 (84.38% from 255) = 38.60%
R=16.70%
G=44.70%
B=38.60%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal932492150.6300.140.02166.9292.8667.06
Hex5DF9D73F0E2a75d43
Octal135371327770162247135103
Binary1011101111110011101011111111101110101010011110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF9D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,249,215); }

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

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

 a { background-color: rgb(93,249,215); }

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

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

 span { border-color: rgb(93,249,215); }

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