#5FF9C6

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

Shades of Aquamarine #5FF9C6

Tints of Aquamarine #5FF9C6

Color information

#5FF9C6 (or 0x5FF9C6) is unknown color: approx Aquamarine. HEX triplet: 5F, F9 and C6. RGB value is (95,249,198). Sum of RGB (Red+Green+Blue) = 95+249+198=542 (71% of max value = 765). Red value is 95 (37.5% from 255 or 17.53% from 542); Green value is 249 (97.66% from 255 or 45.94% from 542); Blue value is 198 (77.73% from 255 or 36.53% from 542); Max value from RGB is 249 - color contains mainly: green. Hex color #5FF9C6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #5FF9C6 is #A00639. Grayscale: #C5C5C5. Windows color (decimal): -10487354 or 13039967. OLE color: 13039967.

HSL color Cylindrical-coordinate representation of color #5FF9C6: hue angle of 160.13º 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 #5FF9C6 is Cyan = 0.62, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB95249198-
CMYK0.6200.200.02
HSL160.13º92.77%67.45%-
HSV(B)160.13º61.85%97.65%-
XYZ48.7974.2665.19-
YUV197.14128.4855.15-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 17.53%
GREEN value IS 249 (97.66% from 255) = 45.94%
BLUE value IS 198 (77.73% from 255) = 36.53%
R=17.53%
G=45.94%
B=36.53%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal952491980.6200.200.02160.1392.7767.45
Hex5FF9C63E0142a05d43
Octal137371306760242240135103
Binary10111111111100111000110111110010100101010000010111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FF9C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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