#5FC8B5

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

Shades of Medium Aquamarine #5FC8B5

Tints of Medium Aquamarine #5FC8B5

Color information

#5FC8B5 (or 0x5FC8B5) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, C8 and B5. RGB value is (95,200,181). Sum of RGB (Red+Green+Blue) = 95+200+181=476 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.96% from 476); Green value is 200 (78.52% from 255 or 42.02% from 476); Blue value is 181 (71.09% from 255 or 38.03% from 476); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC8B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FC8B5 is #A0374A. Grayscale: #A6A6A6. Windows color (decimal): -10499915 or 11913311. OLE color: 11913311.

HSL color Cylindrical-coordinate representation of color #5FC8B5: hue angle of 169.14º degrees, saturation: 0.49, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5FC8B5 is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.22.

Color convert

RGB95200181-
CMYK0.5200.090.22
HSL169.14º48.84%57.84%-
HSV(B)169.14º52.5%78.43%-
XYZ33.7147.0851.03-
YUV166.44136.2177.04-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.96%
GREEN value IS 200 (78.52% from 255) = 42.02%
BLUE value IS 181 (71.09% from 255) = 38.03%
R=19.96%
G=42.02%
B=38.03%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal952001810.5200.090.22169.1448.8457.84
Hex5FC8B5340916a9313a
Octal13731026564011262516172
Binary10111111100100010110101110100010011011010101001110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,200,181); }

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

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

 a { background-color: rgb(95,200,181); }

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

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

 span { border-color: rgb(95,200,181); }

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