#55D6AF

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

Shades of Medium Aquamarine #55D6AF

Tints of Medium Aquamarine #55D6AF

Color information

#55D6AF (or 0x55D6AF) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D6 and AF. RGB value is (85,214,175). Sum of RGB (Red+Green+Blue) = 85+214+175=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 214 (83.98% from 255 or 45.15% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 214 - color contains mainly: green. Hex color #55D6AF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D6AF is #AA2950. Grayscale: #ABABAB. Windows color (decimal): -11151697 or 11523669. OLE color: 11523669.

HSL color Cylindrical-coordinate representation of color #55D6AF: hue angle of 161.86º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D6AF is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB85214175-
CMYK0.6000.180.16
HSL161.86º61.14%58.63%-
HSV(B)161.86º60.28%83.92%-
XYZ35.5353.1248.94-
YUV170.98130.2666.67-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.93%
GREEN value IS 214 (83.98% from 255) = 45.15%
BLUE value IS 175 (68.75% from 255) = 36.92%
R=17.93%
G=45.15%
B=36.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852141750.6000.180.16161.8661.1458.63
Hex55D6AF3C01210a23d3b
Octal12532625774022202427573
Binary101010111010110101011111111000100101000010100010111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55D6AF; }

 p { color: rgb(85,214,175); }

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

<style>
 a { background-color: #55D6AF; }

 a { background-color: rgb(85,214,175); }

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

<style>
 span { border-color: #55D6AF; }

 span { border-color: rgb(85,214,175); }

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