#5DF8B8

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

Shades of Aquamarine #5DF8B8

Tints of Aquamarine #5DF8B8

Color information

#5DF8B8 (or 0x5DF8B8) is unknown color: approx Aquamarine. HEX triplet: 5D, F8 and B8. RGB value is (93,248,184). Sum of RGB (Red+Green+Blue) = 93+248+184=525 (69% of max value = 765). Red value is 93 (36.72% from 255 or 17.71% from 525); Green value is 248 (97.27% from 255 or 47.24% from 525); Blue value is 184 (72.27% from 255 or 35.05% from 525); Max value from RGB is 248 - color contains mainly: green. Hex color #5DF8B8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DF8B8 is #A20747. Grayscale: #C2C2C2. Windows color (decimal): -10618696 or 12122205. OLE color: 12122205.

HSL color Cylindrical-coordinate representation of color #5DF8B8: hue angle of 155.23º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5DF8B8 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB93248184-
CMYK0.6200.260.03
HSL155.23º91.72%66.86%-
HSV(B)155.23º62.5%97.25%-
XYZ46.7372.9256.96-
YUV194.36122.1555.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 17.71%
GREEN value IS 248 (97.27% from 255) = 47.24%
BLUE value IS 184 (72.27% from 255) = 35.05%
R=17.71%
G=47.24%
B=35.05%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal932481840.6200.260.03155.2391.7266.86
Hex5DF8B83E01A39b5c43
Octal135370270760323233134103
Binary10111011111100010111000111110011010111001101110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DF8B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,248,184); }

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

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

 a { background-color: rgb(93,248,184); }

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

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

 span { border-color: rgb(93,248,184); }

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