#5CFACD

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

Shades of Aquamarine #5CFACD

Tints of Aquamarine #5CFACD

Color information

#5CFACD (or 0x5CFACD) is unknown color: approx Aquamarine. HEX triplet: 5C, FA and CD. RGB value is (92,250,205). Sum of RGB (Red+Green+Blue) = 92+250+205=547 (72% of max value = 765). Red value is 92 (36.33% from 255 or 16.82% from 547); Green value is 250 (98.05% from 255 or 45.70% from 547); Blue value is 205 (80.47% from 255 or 37.48% from 547); Max value from RGB is 250 - color contains mainly: green. Hex color #5CFACD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5CFACD is #A30532. Grayscale: #C5C5C5. Windows color (decimal): -10683699 or 13498972. OLE color: 13498972.

HSL color Cylindrical-coordinate representation of color #5CFACD: hue angle of 162.91º degrees, saturation: 0.94, 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 #5CFACD is Cyan = 0.63, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB92250205-
CMYK0.6300.180.02
HSL162.91º94.05%67.06%-
HSV(B)162.91º63.2%98.04%-
XYZ49.6275.0569.63-
YUV197.63132.1552.66-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 16.82%
GREEN value IS 250 (98.05% from 255) = 45.70%
BLUE value IS 205 (80.47% from 255) = 37.48%
R=16.82%
G=45.70%
B=37.48%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal922502050.6300.180.02162.9194.0567.06
Hex5CFACD3F0122a35e43
Octal134372315770222243136103
Binary10111001111101011001101111111010010101010001110111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,250,205); }

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

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

 a { background-color: rgb(92,250,205); }

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

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

 span { border-color: rgb(92,250,205); }

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