Html Css Color HEX #55DCAA Medium Aquamarine

📋 copy color: '#55DCAA'

red 85 ◦ green 220 ◦ blue 170

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

Shades of Medium Aquamarine #55DCAA

Tints of Medium Aquamarine #55DCAA

RGB

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

 GREEN value IS 220 (86.33% from 255) = 46.32%

 BLUE value IS 170 (66.8% from 255) = 35.79%

R = 17.89%
G = 46.32%
B = 35.79%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#55DCAA (or 0x55DCAA) is known color: Medium Aquamarine. HEX triplet: 55, DC and AA. RGB value is (85,220,170). Sum of RGB (Red+Green+Blue) = 85+220+170=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 220 (86.33% from 255 or 46.32% from 475); Blue value is 170 (66.80% from 255 or 35.79% from 475); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DCAA is #AA2355. Grayscale: #ADADAD. Windows color (decimal): -11150166 or 11197525. OLE color: 11197525.

HSL color Cylindrical-coordinate representation of color #55DCAA: hue angle of 157.78º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DCAA is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 170 -
CMYK 0.61 0 0.23 0.14
HSL 157.78º 0.66% 0.6% -
HSV(B) 157.78º 0.61% 0.86% -
XYZ 36.6 56.02 46.91 -
YUV 173.94 125.77 64.57 -
System Red Green Blue C M Y K H S L
Decimal 85 220 170 0.61 0 0.23 0.14 157.78 0.66 0.6
Hex 55 DC AA 3D 0 17 E 9E 42 3C
Octal 125 334 252 75 0 27 16 236 102 74
Binary 1010101 11011100 10101010 111101 0 10111 1110 10011110 1000010 111100

Color Harmonies of #55DCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCAA

Black with #55DCAA

Text Example


Text Example

White with #55DCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,170); }

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

background-color css

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

 a { background-color: rgb(85,220,170); }

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

border-color css

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

 span { border-color: rgb(85,220,170); }

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