#5FFFC3

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

Shades of Aquamarine #5FFFC3

Tints of Aquamarine #5FFFC3

Color information

#5FFFC3 (or 0x5FFFC3) is unknown color: approx Aquamarine. HEX triplet: 5F, FF and C3. RGB value is (95,255,195). Sum of RGB (Red+Green+Blue) = 95+255+195=545 (72% of max value = 765). Red value is 95 (37.5% from 255 or 17.43% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 195 (76.56% from 255 or 35.78% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #5FFFC3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFFC3 is #A0003C. Grayscale: #C8C8C8. Windows color (decimal): -10485821 or 12844895. OLE color: 12844895.

HSL color Cylindrical-coordinate representation of color #5FFFC3: hue angle of 157.5º 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 #5FFFC3 is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB95255195-
CMYK0.6300.240
HSL157.5º100%68.63%-
HSV(B)157.5º62.75%100%-
XYZ50.3377.8964.01-
YUV200.32124.9952.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.43%
GREEN value IS 255 (100% from 255) = 46.79%
BLUE value IS 195 (76.56% from 255) = 35.78%
R=17.43%
G=46.79%
B=35.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal952551950.6300.240157.510068.63
Hex5FFFC33F01809e6445
Octal137377303770300236144105
Binary1011111111111111100001111111101100001001111011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFFC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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