Html Css Color HEX #55DCAB Medium Aquamarine

📋 copy color: '#55DCAB'

red 85 ◦ green 220 ◦ blue 171

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

Shades of Medium Aquamarine #55DCAB

Tints of Medium Aquamarine #55DCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.92%

R = 17.86%
G = 46.22%
B = 35.92%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#55DCAB (or 0x55DCAB) is known color: Medium Aquamarine. HEX triplet: 55, DC and AB. RGB value is (85,220,171). Sum of RGB (Red+Green+Blue) = 85+220+171=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 220 (86.33% from 255 or 46.22% from 476); Blue value is 171 (67.19% from 255 or 35.92% from 476); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DCAB is #AA2354. Grayscale: #AEAEAE. Windows color (decimal): -11150165 or 11263061. OLE color: 11263061.

HSL color Cylindrical-coordinate representation of color #55DCAB: hue angle of 158.22º 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 #55DCAB is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 171 -
CMYK 0.61 0 0.22 0.14
HSL 158.22º 0.66% 0.6% -
HSV(B) 158.22º 0.61% 0.86% -
XYZ 36.69 56.06 47.41 -
YUV 174.05 126.27 64.48 -
System Red Green Blue C M Y K H S L
Decimal 85 220 171 0.61 0 0.22 0.14 158.22 0.66 0.6
Hex 55 DC AB 3D 0 16 E 9E 42 3C
Octal 125 334 253 75 0 26 16 236 102 74
Binary 1010101 11011100 10101011 111101 0 10110 1110 10011110 1000010 111100

Color Harmonies of #55DCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCAB

Black with #55DCAB

Text Example


Text Example

White with #55DCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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