Html Css Color HEX #55DD9F Medium Aquamarine

📋 copy color: '#55DD9F'

red 85 ◦ green 221 ◦ blue 159

#55DD9F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Aquamarine #55DD9F

Tints of Medium Aquamarine #55DD9F

RGB

 RED value IS 85 (33.59% from 255) = 18.28%

 GREEN value IS 221 (86.72% from 255) = 47.53%

 BLUE value IS 159 (62.5% from 255) = 34.19%

R = 18.28%
G = 47.53%
B = 34.19%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#55DD9F (or 0x55DD9F) is known color: Medium Aquamarine. HEX triplet: 55, DD and 9F. RGB value is (85,221,159). Sum of RGB (Red+Green+Blue) = 85+221+159=465 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.28% from 465); Green value is 221 (86.72% from 255 or 47.53% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 221 - color contains mainly: green. Hex color #55DD9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DD9F is #AA2260. Grayscale: #ADADAD. Windows color (decimal): -11149921 or 10476885. OLE color: 10476885.

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

Color convert

RGB 85 221 159 -
CMYK 0.62 0 0.28 0.13
HSL 152.65º 0.67% 0.6% -
HSV(B) 152.65º 0.62% 0.87% -
XYZ 35.86 56.15 41.75 -
YUV 173.27 119.94 65.04 -
System Red Green Blue C M Y K H S L
Decimal 85 221 159 0.62 0 0.28 0.13 152.65 0.67 0.6
Hex 55 DD 9F 3E 0 1C D 99 43 3C
Octal 125 335 237 76 0 34 15 231 103 74
Binary 1010101 11011101 10011111 111110 0 11100 1101 10011001 1000011 111100

Color Harmonies of #55DD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DD9F

Black with #55DD9F

Text Example


Text Example

White with #55DD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,221,159); }

 H1.HeaderClassName
 {
   color: #55DD9F;
 }
 .AnyTagClassName
 {
   color: #55DD9F;
 }
</style>

background-color css

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

 a { background-color: rgb(85,221,159); }

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

border-color css

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

 span { border-color: rgb(85,221,159); }

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