#5DFDDC

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

Shades of Aquamarine #5DFDDC

Tints of Aquamarine #5DFDDC

Color information

#5DFDDC (or 0x5DFDDC) is unknown color: approx Aquamarine. HEX triplet: 5D, FD and DC. RGB value is (93,253,220). Sum of RGB (Red+Green+Blue) = 93+253+220=566 (74% of max value = 765). Red value is 93 (36.72% from 255 or 16.43% from 566); Green value is 253 (99.22% from 255 or 44.70% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFDDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFDDC is #A20223. Grayscale: #C9C9C9. Windows color (decimal): -10617380 or 14482781. OLE color: 14482781.

HSL color Cylindrical-coordinate representation of color #5DFDDC: hue angle of 167.62º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFDDC is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB93253220-
CMYK0.6300.130.01
HSL167.62º97.56%67.84%-
HSV(B)167.62º63.24%99.22%-
XYZ52.5677.7579.95-
YUV201.4138.4950.68-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.43%
GREEN value IS 253 (99.22% from 255) = 44.70%
BLUE value IS 220 (86.33% from 255) = 38.87%
R=16.43%
G=44.70%
B=38.87%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932532200.6300.130.01167.6297.5667.84
Hex5DFDDC3F0D1a86244
Octal135375334770151250142104
Binary101110111111101110111001111110110111010100011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,253,220); }

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

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

 a { background-color: rgb(93,253,220); }

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

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

 span { border-color: rgb(93,253,220); }

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