#5FFFC1

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

Shades of Aquamarine #5FFFC1

Tints of Aquamarine #5FFFC1

Color information

#5FFFC1 (or 0x5FFFC1) is unknown color: approx Aquamarine. HEX triplet: 5F, FF and C1. RGB value is (95,255,193). Sum of RGB (Red+Green+Blue) = 95+255+193=543 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.50% from 543); Green value is 255 (100% from 255 or 46.96% from 543); Blue value is 193 (75.78% from 255 or 35.54% from 543); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC1 is #A0003E. Grayscale: #C8C8C8. Windows color (decimal): -10485823 or 12713823. OLE color: 12713823.

HSL color Cylindrical-coordinate representation of color #5FFFC1: hue angle of 156.75º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FFFC1 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB95255193-
CMYK0.6300.240
HSL156.75º100%68.63%-
HSV(B)156.75º62.75%100%-
XYZ50.177.862.83-
YUV200.09123.9953.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.50%
GREEN value IS 255 (100% from 255) = 46.96%
BLUE value IS 193 (75.78% from 255) = 35.54%
R=17.50%
G=46.96%
B=35.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952551930.6300.240156.7510068.63
Hex5FFFC13F01809d6445
Octal137377301770300235144105
Binary1011111111111111100000111111101100001001110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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