#55DBB8

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

Shades of Medium Aquamarine #55DBB8

Tints of Medium Aquamarine #55DBB8

Color information

#55DBB8 (or 0x55DBB8) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DB and B8. RGB value is (85,219,184). Sum of RGB (Red+Green+Blue) = 85+219+184=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 184 (72.27% from 255 or 37.70% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DBB8 is #AA2447. Grayscale: #AEAEAE. Windows color (decimal): -11150408 or 12114773. OLE color: 12114773.

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

Color convert

RGB85219184-
CMYK0.6100.160.14
HSL164.33º65.05%59.61%-
HSV(B)164.33º61.19%85.88%-
XYZ37.7356.0654.18-
YUV174.94133.1163.85-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.42%
GREEN value IS 219 (85.94% from 255) = 44.88%
BLUE value IS 184 (72.27% from 255) = 37.70%
R=17.42%
G=44.88%
B=37.70%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal852191840.6100.160.14164.3365.0559.61
Hex55DBB83D010Ea4413c
Octal125333270750201624410174
Binary101010111011011101110001111010100001110101001001000001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DBB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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