#55D5B8

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

Shades of Medium Aquamarine #55D5B8

Tints of Medium Aquamarine #55D5B8

Color information

#55D5B8 (or 0x55D5B8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, D5 and B8. RGB value is (85,213,184). Sum of RGB (Red+Green+Blue) = 85+213+184=482 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.63% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 184 (72.27% from 255 or 38.17% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #55D5B8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55D5B8 is #AA2A47. Grayscale: #ABABAB. Windows color (decimal): -11151944 or 12113237. OLE color: 12113237.

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

Color convert

RGB85213184-
CMYK0.6000.140.16
HSL166.41º60.38%58.43%-
HSV(B)166.41º60.09%83.53%-
XYZ36.1952.9853.67-
YUV171.42135.0966.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.63%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 184 (72.27% from 255) = 38.17%
R=17.63%
G=44.19%
B=38.17%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal852131840.6000.140.16166.4160.3858.43
Hex55D5B83C0E10a63c3a
Octal12532527074016202467472
Binary10101011101010110111000111100011101000010100110111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55D5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,213,184); }

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

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

 a { background-color: rgb(85,213,184); }

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

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

 span { border-color: rgb(85,213,184); }

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