#5CFDAF

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

Shades of Medium Aquamarine #5CFDAF

Tints of Medium Aquamarine #5CFDAF

Color information

#5CFDAF (or 0x5CFDAF) is unknown color: approx Medium Aquamarine. HEX triplet: 5C, FD and AF. RGB value is (92,253,175). Sum of RGB (Red+Green+Blue) = 92+253+175=520 (68% of max value = 765). Red value is 92 (36.33% from 255 or 17.69% from 520); Green value is 253 (99.22% from 255 or 48.65% from 520); Blue value is 175 (68.75% from 255 or 33.65% from 520); Max value from RGB is 253 - color contains mainly: green. Hex color #5CFDAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5CFDAF is #A30250. Grayscale: #C4C4C4. Windows color (decimal): -10682961 or 11533660. OLE color: 11533660.

HSL color Cylindrical-coordinate representation of color #5CFDAF: hue angle of 150.93º 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 #5CFDAF is Cyan = 0.64, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB92253175-
CMYK0.6400.310.01
HSL150.93º97.58%67.65%-
HSV(B)150.93º63.64%99.22%-
XYZ47.2875.6252.66-
YUV195.97116.1653.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 17.69%
GREEN value IS 253 (99.22% from 255) = 48.65%
BLUE value IS 175 (68.75% from 255) = 33.65%
R=17.69%
G=48.65%
B=33.65%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal922531750.6400.310.01150.9397.5867.65
Hex5CFDAF4001F1976244
Octal1343752571000371227142104
Binary10111001111110110101111100000001111111001011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5CFDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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