#5FF9B7

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

Shades of Aquamarine #5FF9B7

Tints of Aquamarine #5FF9B7

Color information

#5FF9B7 (or 0x5FF9B7) is unknown color: approx Aquamarine. HEX triplet: 5F, F9 and B7. RGB value is (95,249,183). Sum of RGB (Red+Green+Blue) = 95+249+183=527 (69% of max value = 765). Red value is 95 (37.5% from 255 or 18.03% from 527); Green value is 249 (97.66% from 255 or 47.25% from 527); Blue value is 183 (71.88% from 255 or 34.72% from 527); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF9B7 is #A00648. Grayscale: #C3C3C3. Windows color (decimal): -10487369 or 12056927. OLE color: 12056927.

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

Color convert

RGB95249183-
CMYK0.6200.270.02
HSL154.29º92.77%67.45%-
HSV(B)154.29º61.85%97.65%-
XYZ47.1473.656.52-
YUV195.43120.9856.37-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 18.03%
GREEN value IS 249 (97.66% from 255) = 47.25%
BLUE value IS 183 (71.88% from 255) = 34.72%
R=18.03%
G=47.25%
B=34.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952491830.6200.270.02154.2992.7767.45
Hex5FF9B73E01B29a5d43
Octal137371267760332232135103
Binary10111111111100110110111111110011011101001101010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF9B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,249,183); }

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

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

 a { background-color: rgb(95,249,183); }

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

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

 span { border-color: rgb(95,249,183); }

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