Html Css Color HEX #55D0A8 Medium Aquamarine

📋 copy color: '#55D0A8'

red 85 ◦ green 208 ◦ blue 168

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

Shades of Medium Aquamarine #55D0A8

Tints of Medium Aquamarine #55D0A8

RGB

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

 GREEN value IS 208 (81.64% from 255) = 45.12%

 BLUE value IS 168 (66.02% from 255) = 36.44%

R = 18.44%
G = 45.12%
B = 36.44%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.18

RGB Variations

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

Color information

#55D0A8 (or 0x55D0A8) is known color: Medium Aquamarine. HEX triplet: 55, D0 and A8. RGB value is (85,208,168). Sum of RGB (Red+Green+Blue) = 85+208+168=461 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.44% from 461); Green value is 208 (81.64% from 255 or 45.12% from 461); Blue value is 168 (66.02% from 255 or 36.44% from 461); Max value from RGB is 208 - color contains mainly: green. Hex color #55D0A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D0A8 is #AA2F57. Grayscale: #A6A6A6. Windows color (decimal): -11153240 or 11063381. OLE color: 11063381.

HSL color Cylindrical-coordinate representation of color #55D0A8: hue angle of 160.49º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55D0A8 is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 208 168 -
CMYK 0.59 0 0.19 0.18
HSL 160.49º 0.57% 0.57% -
HSV(B) 160.49º 0.59% 0.82% -
XYZ 33.37 49.87 44.91 -
YUV 166.66 128.75 69.75 -
System Red Green Blue C M Y K H S L
Decimal 85 208 168 0.59 0 0.19 0.18 160.49 0.57 0.57
Hex 55 D0 A8 3B 0 13 12 A0 39 39
Octal 125 320 250 73 0 23 22 240 71 71
Binary 1010101 11010000 10101000 111011 0 10011 10010 10100000 111001 111001

Color Harmonies of #55D0A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D0A8

Black with #55D0A8

Text Example


Text Example

White with #55D0A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,208,168); }

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

background-color css

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

 a { background-color: rgb(85,208,168); }

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

border-color css

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

 span { border-color: rgb(85,208,168); }

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