#5DFCCD

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

Shades of Aquamarine #5DFCCD

Tints of Aquamarine #5DFCCD

Color information

#5DFCCD (or 0x5DFCCD) is unknown color: approx Aquamarine. HEX triplet: 5D, FC and CD. RGB value is (93,252,205). Sum of RGB (Red+Green+Blue) = 93+252+205=550 (72% of max value = 765). Red value is 93 (36.72% from 255 or 16.91% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 205 (80.47% from 255 or 37.27% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #5DFCCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5DFCCD is #A20332. Grayscale: #C7C7C7. Windows color (decimal): -10617651 or 13499485. OLE color: 13499485.

HSL color Cylindrical-coordinate representation of color #5DFCCD: hue angle of 162.26º degrees, saturation: 0.96, 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 #5DFCCD is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.

Color convert

RGB93252205-
CMYK0.6300.190.01
HSL162.26º96.36%67.65%-
HSV(B)162.26º63.1%98.82%-
XYZ50.3476.3669.84-
YUV199.1131.3252.32-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 16.91%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 205 (80.47% from 255) = 37.27%
R=16.91%
G=45.82%
B=37.27%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932522050.6300.190.01162.2696.3667.65
Hex5DFCCD3F0131a26044
Octal135374315770231242140104
Binary1011101111111001100110111111101001111010001011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,252,205); }

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

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

 a { background-color: rgb(93,252,205); }

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

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

 span { border-color: rgb(93,252,205); }

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