#55DEA7

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

Shades of Medium Aquamarine #55DEA7

Tints of Medium Aquamarine #55DEA7

Color information

#55DEA7 (or 0x55DEA7) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DE and A7. RGB value is (85,222,167). Sum of RGB (Red+Green+Blue) = 85+222+167=474 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.93% from 474); Green value is 222 (87.11% from 255 or 46.84% from 474); Blue value is 167 (65.62% from 255 or 35.23% from 474); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEA7 is #AA2158. Grayscale: #AEAEAE. Windows color (decimal): -11149657 or 11001429. OLE color: 11001429.

HSL color Cylindrical-coordinate representation of color #55DEA7: hue angle of 155.91º 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 #55DEA7 is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB85222167-
CMYK0.6200.250.13
HSL155.91º67.49%60.2%-
HSV(B)155.91º61.71%87.06%-
XYZ36.8456.9645.61-
YUV174.77123.6163.97-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 17.93%
GREEN value IS 222 (87.11% from 255) = 46.84%
BLUE value IS 167 (65.62% from 255) = 35.23%
R=17.93%
G=46.84%
B=35.23%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal852221670.6200.250.13155.9167.4960.2
Hex55DEA73E019D9c433c
Octal125336247760311523410374
Binary101010111011110101001111111100110011101100111001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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