#55DE9C

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

Shades of Medium Aquamarine #55DE9C

Tints of Medium Aquamarine #55DE9C

Color information

#55DE9C (or 0x55DE9C) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DE and 9C. RGB value is (85,222,156). Sum of RGB (Red+Green+Blue) = 85+222+156=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 222 (87.11% from 255 or 47.95% from 463); Blue value is 156 (61.33% from 255 or 33.69% from 463); Max value from RGB is 222 - color contains mainly: green. Hex color #55DE9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DE9C is #AA2163. Grayscale: #ADADAD. Windows color (decimal): -11149668 or 10280533. OLE color: 10280533.

HSL color Cylindrical-coordinate representation of color #55DE9C: hue angle of 151.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DE9C is Cyan = 0.62, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB85222156-
CMYK0.6200.300.13
HSL151.09º67.49%60.2%-
HSV(B)151.09º61.71%87.06%-
XYZ35.8756.5740.48-
YUV173.51118.1164.87-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.36%
GREEN value IS 222 (87.11% from 255) = 47.95%
BLUE value IS 156 (61.33% from 255) = 33.69%
R=18.36%
G=47.95%
B=33.69%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221560.6200.300.13151.0967.4960.2
Hex55DE9C3E01ED97433c
Octal125336234760361522710374
Binary101010111011110100111001111100111101101100101111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DE9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,222,156); }

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

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

 a { background-color: rgb(85,222,156); }

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

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

 span { border-color: rgb(85,222,156); }

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