Html Css Color HEX #55CDAA Medium Aquamarine

📋 copy color: '#55CDAA'

red 85 ◦ green 205 ◦ blue 170

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

Shades of Medium Aquamarine #55CDAA

Tints of Medium Aquamarine #55CDAA

RGB

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

 GREEN value IS 205 (80.47% from 255) = 44.57%

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

R = 18.48%
G = 44.57%
B = 36.96%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#55CDAA (or 0x55CDAA) is known color: Medium Aquamarine. HEX triplet: 55, CD and AA. RGB value is (85,205,170). Sum of RGB (Red+Green+Blue) = 85+205+170=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 205 (80.47% from 255 or 44.57% from 460); Blue value is 170 (66.80% from 255 or 36.96% from 460); Max value from RGB is 205 - color contains mainly: green. Hex color #55CDAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55CDAA is #AA3255. Grayscale: #A5A5A5. Windows color (decimal): -11154006 or 11193685. OLE color: 11193685.

HSL color Cylindrical-coordinate representation of color #55CDAA: hue angle of 162.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55CDAA is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 205 170 -
CMYK 0.59 0 0.17 0.20
HSL 162.5º 0.55% 0.57% -
HSV(B) 162.5º 0.59% 0.8% -
XYZ 32.83 48.5 45.66 -
YUV 165.13 130.74 70.85 -
System Red Green Blue C M Y K H S L
Decimal 85 205 170 0.59 0 0.17 0.20 162.5 0.55 0.57
Hex 55 CD AA 3B 0 11 14 A2 37 39
Octal 125 315 252 73 0 21 24 242 67 71
Binary 1010101 11001101 10101010 111011 0 10001 10100 10100010 110111 111001

Color Harmonies of #55CDAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55CDAA

Black with #55CDAA

Text Example


Text Example

White with #55CDAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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