Html Css Color HEX #55DDAF Medium Aquamarine

📋 copy color: '#55DDAF'

red 85 ◦ green 221 ◦ blue 175

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

Shades of Medium Aquamarine #55DDAF

Tints of Medium Aquamarine #55DDAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.38%

R = 17.67%
G = 45.95%
B = 36.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#55DDAF (or 0x55DDAF) is known color: Medium Aquamarine. HEX triplet: 55, DD and AF. RGB value is (85,221,175). Sum of RGB (Red+Green+Blue) = 85+221+175=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 221 (86.72% from 255 or 45.95% from 481); Blue value is 175 (68.75% from 255 or 36.38% from 481); Max value from RGB is 221 - color contains mainly: green. Hex color #55DDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DDAF is #AA2250. Grayscale: #AFAFAF. Windows color (decimal): -11149905 or 11525461. OLE color: 11525461.

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

Color convert

RGB 85 221 175 -
CMYK 0.62 0 0.21 0.13
HSL 159.71º 0.67% 0.6% -
HSV(B) 159.71º 0.62% 0.87% -
XYZ 37.34 56.74 49.54 -
YUV 175.09 127.94 63.74 -
System Red Green Blue C M Y K H S L
Decimal 85 221 175 0.62 0 0.21 0.13 159.71 0.67 0.6
Hex 55 DD AF 3E 0 15 D A0 43 3C
Octal 125 335 257 76 0 25 15 240 103 74
Binary 1010101 11011101 10101111 111110 0 10101 1101 10100000 1000011 111100

Color Harmonies of #55DDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DDAF

Black with #55DDAF

Text Example


Text Example

White with #55DDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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