#5FCFB5

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

Shades of Medium Aquamarine #5FCFB5

Tints of Medium Aquamarine #5FCFB5

Color information

#5FCFB5 (or 0x5FCFB5) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CF and B5. RGB value is (95,207,181). Sum of RGB (Red+Green+Blue) = 95+207+181=483 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.67% from 483); Green value is 207 (81.25% from 255 or 42.86% from 483); Blue value is 181 (71.09% from 255 or 37.47% from 483); Max value from RGB is 207 - color contains mainly: green. Hex color #5FCFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5FCFB5 is #A0304A. Grayscale: #AAAAAA. Windows color (decimal): -10498123 or 11915103. OLE color: 11915103.

HSL color Cylindrical-coordinate representation of color #5FCFB5: hue angle of 166.07º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5FCFB5 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB95207181-
CMYK0.5400.130.19
HSL166.07º53.85%59.22%-
HSV(B)166.07º54.11%81.18%-
XYZ35.3750.3951.58-
YUV170.55133.8974.11-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.67%
GREEN value IS 207 (81.25% from 255) = 42.86%
BLUE value IS 181 (71.09% from 255) = 37.47%
R=19.67%
G=42.86%
B=37.47%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal952071810.5400.130.19166.0753.8559.22
Hex5FCFB5360D13a6363b
Octal13731726566015232466673
Binary10111111100111110110101110110011011001110100110110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCFB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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