Html Css Color HEX #55D89F Medium Aquamarine

📋 copy color: '#55D89F'

red 85 ◦ green 216 ◦ blue 159

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

Shades of Medium Aquamarine #55D89F

Tints of Medium Aquamarine #55D89F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 46.96%

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

R = 18.48%
G = 46.96%
B = 34.57%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.26

 K value IS 0.15

RGB Variations

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

Color information

#55D89F (or 0x55D89F) is known color: Medium Aquamarine. HEX triplet: 55, D8 and 9F. RGB value is (85,216,159). Sum of RGB (Red+Green+Blue) = 85+216+159=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 216 (84.77% from 255 or 46.96% from 460); Blue value is 159 (62.5% from 255 or 34.57% from 460); Max value from RGB is 216 - color contains mainly: green. Hex color #55D89F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D89F is #AA2760. Grayscale: #AAAAAA. Windows color (decimal): -11151201 or 10475605. OLE color: 10475605.

HSL color Cylindrical-coordinate representation of color #55D89F: hue angle of 153.89º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D89F is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 216 159 -
CMYK 0.61 0 0.26 0.15
HSL 153.89º 0.63% 0.59% -
HSV(B) 153.89º 0.61% 0.85% -
XYZ 34.56 53.55 41.31 -
YUV 170.33 121.6 67.13 -
System Red Green Blue C M Y K H S L
Decimal 85 216 159 0.61 0 0.26 0.15 153.89 0.63 0.59
Hex 55 D8 9F 3D 0 1A F 9A 3F 3B
Octal 125 330 237 75 0 32 17 232 77 73
Binary 1010101 11011000 10011111 111101 0 11010 1111 10011010 111111 111011

Color Harmonies of #55D89F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D89F

Black with #55D89F

Text Example


Text Example

White with #55D89F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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