#5FCDB2

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

Shades of Medium Aquamarine #5FCDB2

Tints of Medium Aquamarine #5FCDB2

Color information

#5FCDB2 (or 0x5FCDB2) is unknown color: approx Medium Aquamarine. HEX triplet: 5F, CD and B2. RGB value is (95,205,178). Sum of RGB (Red+Green+Blue) = 95+205+178=478 (63% of max value = 765). Red value is 95 (37.5% from 255 or 19.87% from 478); Green value is 205 (80.47% from 255 or 42.89% from 478); Blue value is 178 (69.92% from 255 or 37.24% from 478); Max value from RGB is 205 - color contains mainly: green. Hex color #5FCDB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FCDB2 is #A0324D. Grayscale: #A9A9A9. Windows color (decimal): -10498638 or 11717983. OLE color: 11717983.

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

Color convert

RGB95205178-
CMYK0.5400.130.20
HSL165.27º52.38%58.82%-
HSV(B)165.27º53.66%80.39%-
XYZ34.5949.3149.81-
YUV169.03133.0675.2-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 19.87%
GREEN value IS 205 (80.47% from 255) = 42.89%
BLUE value IS 178 (69.92% from 255) = 37.24%
R=19.87%
G=42.89%
B=37.24%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal952051780.5400.130.20165.2752.3858.82
Hex5FCDB2360D14a5343b
Octal13731526266015242456473
Binary10111111100110110110010110110011011010010100101110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FCDB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,205,178); }

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

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

 a { background-color: rgb(95,205,178); }

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

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

 span { border-color: rgb(95,205,178); }

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