#5FF7C7

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

Shades of Aquamarine #5FF7C7

Tints of Aquamarine #5FF7C7

Color information

#5FF7C7 (or 0x5FF7C7) is unknown color: approx Aquamarine. HEX triplet: 5F, F7 and C7. RGB value is (95,247,199). Sum of RGB (Red+Green+Blue) = 95+247+199=541 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.56% from 541); Green value is 247 (96.88% from 255 or 45.66% from 541); Blue value is 199 (78.12% from 255 or 36.78% from 541); Max value from RGB is 247 - color contains mainly: green. Hex color #5FF7C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF7C7 is #A00838. Grayscale: #C4C4C4. Windows color (decimal): -10487865 or 13104991. OLE color: 13104991.

HSL color Cylindrical-coordinate representation of color #5FF7C7: hue angle of 161.05º degrees, saturation: 0.9, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5FF7C7 is Cyan = 0.62, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.03.

Color convert

RGB95247199-
CMYK0.6200.190.03
HSL161.05º90.48%67.06%-
HSV(B)161.05º61.54%96.86%-
XYZ48.2973.0865.59-
YUV196.08129.6455.9-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.56%
GREEN value IS 247 (96.88% from 255) = 45.66%
BLUE value IS 199 (78.12% from 255) = 36.78%
R=17.56%
G=45.66%
B=36.78%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal952471990.6200.190.03161.0590.4867.06
Hex5FF7C73E0133a15a43
Octal137367307760233241132103
Binary10111111111011111000111111110010011111010000110110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF7C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,247,199); }

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

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

 a { background-color: rgb(95,247,199); }

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

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

 span { border-color: rgb(95,247,199); }

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