#55DF9D

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

Shades of Medium Aquamarine #55DF9D

Tints of Medium Aquamarine #55DF9D

Color information

#55DF9D (or 0x55DF9D) is unknown color: approx Medium Aquamarine. HEX triplet: 55, DF and 9D. RGB value is (85,223,157). Sum of RGB (Red+Green+Blue) = 85+223+157=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 223 (87.5% from 255 or 47.96% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 223 - color contains mainly: green. Hex color #55DF9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DF9D is #AA2062. Grayscale: #AEAEAE. Windows color (decimal): -11149411 or 10346325. OLE color: 10346325.

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

Color convert

RGB85223157-
CMYK0.6200.300.13
HSL151.3º68.32%60.39%-
HSV(B)151.3º61.88%87.45%-
XYZ36.2257.1441.02-
YUV174.21118.2864.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 18.28%
GREEN value IS 223 (87.5% from 255) = 47.96%
BLUE value IS 157 (61.72% from 255) = 33.76%
R=18.28%
G=47.96%
B=33.76%

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
Decimal852231570.6200.300.13151.368.3260.39
Hex55DF9D3E01ED97443c
Octal125337235760361522710474
Binary101010111011111100111011111100111101101100101111000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55DF9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,223,157); }

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

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

 a { background-color: rgb(85,223,157); }

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

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

 span { border-color: rgb(85,223,157); }

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