#5CFDAC

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

Shades of Medium Aquamarine #5CFDAC

Tints of Medium Aquamarine #5CFDAC

Color information

#5CFDAC (or 0x5CFDAC) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, FD and AC. RGB value is (92,253,172). Sum of RGB (Red+Green+Blue) = 92+253+172=517 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.79% from 517); Green value is 253 (99.22% from 255 or 48.94% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFDAC is #A30253. Grayscale: #C3C3C3. Windows color (decimal): -10682964 or 11337052. OLE color: 11337052.

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

Color convert

RGB92253172-
CMYK0.6400.320.01
HSL149.81º97.58%67.65%-
HSV(B)149.81º63.64%99.22%-
XYZ46.9975.551.13-
YUV195.63114.6654.09-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.79%
GREEN value IS 253 (99.22% from 255) = 48.94%
BLUE value IS 172 (67.58% from 255) = 33.27%
R=17.79%
G=48.94%
B=33.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922531720.6400.320.01149.8197.5867.65
Hex5CFDAC400201966244
Octal1343752541000401226142104
Binary101110011111101101011001000000010000011001011011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,253,172); }

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

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

 a { background-color: rgb(92,253,172); }

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

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

 span { border-color: rgb(92,253,172); }

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