#5FFAC4

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

Shades of Aquamarine #5FFAC4

Tints of Aquamarine #5FFAC4

Color information

#5FFAC4 (or 0x5FFAC4) is unknown color: approx Aquamarine. HEX triplet: 5F, FA and C4. RGB value is (95,250,196). Sum of RGB (Red+Green+Blue) = 95+250+196=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 250 (98.05% from 255 or 46.21% from 541); Blue value is 196 (76.95% from 255 or 36.23% from 541); Max value from RGB is 250 - color contains mainly: green. Hex color #5FFAC4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FFAC4 is #A0053B. Grayscale: #C5C5C5. Windows color (decimal): -10487100 or 12909151. OLE color: 12909151.

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

Color convert

RGB95250196-
CMYK0.6200.220.02
HSL159.1º93.94%67.65%-
HSV(B)159.1º62%98.04%-
XYZ48.8774.7964.08-
YUV197.5127.1554.89-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.56%
GREEN value IS 250 (98.05% from 255) = 46.21%
BLUE value IS 196 (76.95% from 255) = 36.23%
R=17.56%
G=46.21%
B=36.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952501960.6200.220.02159.193.9467.65
Hex5FFAC43E01629f5e44
Octal137372304760262237136104
Binary10111111111101011000100111110010110101001111110111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FFAC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,250,196); }

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

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

 a { background-color: rgb(95,250,196); }

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

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

 span { border-color: rgb(95,250,196); }

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