#5FFCC1

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

Shades of Aquamarine #5FFCC1

Tints of Aquamarine #5FFCC1

Color information

#5FFCC1 (or 0x5FFCC1) is unknown color: approx Aquamarine. HEX triplet: 5F, FC and C1. RGB value is (95,252,193). Sum of RGB (Red+Green+Blue) = 95+252+193=540 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.59% from 540); Green value is 252 (98.83% from 255 or 46.67% from 540); Blue value is 193 (75.78% from 255 or 35.74% from 540); Max value from RGB is 252 - color contains mainly: green. Hex color #5FFCC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFCC1 is #A0033E. Grayscale: #C6C6C6. Windows color (decimal): -10486591 or 12713055. OLE color: 12713055.

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

Color convert

RGB95252193-
CMYK0.6200.230.01
HSL157.45º96.32%68.04%-
HSV(B)157.45º62.3%98.82%-
XYZ49.1675.962.51-
YUV198.33124.9954.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.59%
GREEN value IS 252 (98.83% from 255) = 46.67%
BLUE value IS 193 (75.78% from 255) = 35.74%
R=17.59%
G=46.67%
B=35.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal952521930.6200.230.01157.4596.3268.04
Hex5FFCC13E01719d6044
Octal137374301760271235140104
Binary1011111111111001100000111111001011111001110111000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFCC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,252,193); }

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

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

 a { background-color: rgb(95,252,193); }

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

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

 span { border-color: rgb(95,252,193); }

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