#5FFDC0

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

Shades of Aquamarine #5FFDC0

Tints of Aquamarine #5FFDC0

Color information

#5FFDC0 (or 0x5FFDC0) is unknown color: approx Aquamarine. HEX triplet: 5F, FD and C0. RGB value is (95,253,192). Sum of RGB (Red+Green+Blue) = 95+253+192=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 253 (99.22% from 255 or 46.85% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 253 - color contains mainly: green. Hex color #5FFDC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFDC0 is #A0023F. Grayscale: #C6C6C6. Windows color (decimal): -10486336 or 12647775. OLE color: 12647775.

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

Color convert

RGB95253192-
CMYK0.6200.240.01
HSL156.84º97.53%68.24%-
HSV(B)156.84º62.45%99.22%-
XYZ49.3676.4962.03-
YUV198.8124.1553.96-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.59%
GREEN value IS 253 (99.22% from 255) = 46.85%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=17.59%
G=46.85%
B=35.56%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952531920.6200.240.01156.8497.5368.24
Hex5FFDC03E01819d6244
Octal137375300760301235142104
Binary1011111111111011100000011111001100011001110111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFDC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,253,192); }

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

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

 a { background-color: rgb(95,253,192); }

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

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

 span { border-color: rgb(95,253,192); }

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