#55DBAB

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

Shades of Medium Aquamarine #55DBAB

Tints of Medium Aquamarine #55DBAB

Color information

#55DBAB (or 0x55DBAB) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DB and AB. RGB value is (85,219,171). Sum of RGB (Red+Green+Blue) = 85+219+171=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 171 (67.19% from 255 or 36% from 475); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBAB is #AA2454. Grayscale: #ADADAD. Windows color (decimal): -11150421 or 11262805. OLE color: 11262805.

HSL color Cylindrical-coordinate representation of color #55DBAB: hue angle of 158.51º 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 #55DBAB is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB85219171-
CMYK0.6100.220.14
HSL158.51º65.05%59.61%-
HSV(B)158.51º61.19%85.88%-
XYZ36.4355.5347.33-
YUV173.46126.6164.9-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.89%
GREEN value IS 219 (85.94% from 255) = 46.11%
BLUE value IS 171 (67.19% from 255) = 36%
R=17.89%
G=46.11%
B=36%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852191710.6100.220.14158.5165.0559.61
Hex55DBAB3D016E9f413c
Octal125333253750261623710174
Binary101010111011011101010111111010101101110100111111000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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