#55DBA5

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

Shades of Medium Aquamarine #55DBA5

Tints of Medium Aquamarine #55DBA5

Color information

#55DBA5 (or 0x55DBA5) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DB and A5. RGB value is (85,219,165). Sum of RGB (Red+Green+Blue) = 85+219+165=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 219 (85.94% from 255 or 46.70% from 469); Blue value is 165 (64.84% from 255 or 35.18% from 469); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBA5 is #AA245A. Grayscale: #ACACAC. Windows color (decimal): -11150427 or 10869589. OLE color: 10869589.

HSL color Cylindrical-coordinate representation of color #55DBA5: hue angle of 155.82º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBA5 is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB85219165-
CMYK0.6100.250.14
HSL155.82º65.05%59.61%-
HSV(B)155.82º61.19%85.88%-
XYZ35.8755.3144.38-
YUV172.78123.6165.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.12%
GREEN value IS 219 (85.94% from 255) = 46.70%
BLUE value IS 165 (64.84% from 255) = 35.18%
R=18.12%
G=46.70%
B=35.18%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852191650.6100.250.14155.8265.0559.61
Hex55DBA53D019E9c413c
Octal125333245750311623410174
Binary101010111011011101001011111010110011110100111001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,219,165); }

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

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

 a { background-color: rgb(85,219,165); }

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

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

 span { border-color: rgb(85,219,165); }

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