Html Css Color HEX #55DA9D Medium Aquamarine

📋 copy color: '#55DA9D'

red 85 ◦ green 218 ◦ blue 157

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

Shades of Medium Aquamarine #55DA9D

Tints of Medium Aquamarine #55DA9D

RGB

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

 GREEN value IS 218 (85.55% from 255) = 47.39%

 BLUE value IS 157 (61.72% from 255) = 34.13%

R = 18.48%
G = 47.39%
B = 34.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#55DA9D (or 0x55DA9D) is known color: Medium Aquamarine. HEX triplet: 55, DA and 9D. RGB value is (85,218,157). Sum of RGB (Red+Green+Blue) = 85+218+157=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 218 (85.55% from 255 or 47.39% from 460); Blue value is 157 (61.72% from 255 or 34.13% from 460); Max value from RGB is 218 - color contains mainly: green. Hex color #55DA9D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DA9D is #AA2562. Grayscale: #ABABAB. Windows color (decimal): -11150691 or 10345045. OLE color: 10345045.

HSL color Cylindrical-coordinate representation of color #55DA9D: hue angle of 152.48º degrees, saturation: 0.64, 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 #55DA9D is Cyan = 0.61, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 157 -
CMYK 0.61 0 0.28 0.15
HSL 152.48º 0.64% 0.59% -
HSV(B) 152.48º 0.61% 0.85% -
XYZ 34.9 54.51 40.58 -
YUV 171.28 119.94 66.46 -
System Red Green Blue C M Y K H S L
Decimal 85 218 157 0.61 0 0.28 0.15 152.48 0.64 0.59
Hex 55 DA 9D 3D 0 1C F 98 40 3B
Octal 125 332 235 75 0 34 17 230 100 73
Binary 1010101 11011010 10011101 111101 0 11100 1111 10011000 1000000 111011

Color Harmonies of #55DA9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DA9D

Black with #55DA9D

Text Example


Text Example

White with #55DA9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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