Html Css Color HEX #55D9B2 Medium Aquamarine

📋 copy color: '#55D9B2'

red 85 ◦ green 217 ◦ blue 178

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

Shades of Medium Aquamarine #55D9B2

Tints of Medium Aquamarine #55D9B2

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.21%

 BLUE value IS 178 (69.92% from 255) = 37.08%

R = 17.71%
G = 45.21%
B = 37.08%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#55D9B2 (or 0x55D9B2) is known color: Medium Aquamarine. HEX triplet: 55, D9 and B2. RGB value is (85,217,178). Sum of RGB (Red+Green+Blue) = 85+217+178=480 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.71% from 480); Green value is 217 (85.16% from 255 or 45.21% from 480); Blue value is 178 (69.92% from 255 or 37.08% from 480); Max value from RGB is 217 - color contains mainly: green. Hex color #55D9B2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D9B2 is #AA264D. Grayscale: #ADADAD. Windows color (decimal): -11150926 or 11721045. OLE color: 11721045.

HSL color Cylindrical-coordinate representation of color #55D9B2: hue angle of 162.27º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55D9B2 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 217 178 -
CMYK 0.61 0 0.18 0.15
HSL 162.27º 0.63% 0.59% -
HSV(B) 162.27º 0.61% 0.85% -
XYZ 36.6 54.77 50.76 -
YUV 173.09 130.77 65.17 -
System Red Green Blue C M Y K H S L
Decimal 85 217 178 0.61 0 0.18 0.15 162.27 0.63 0.59
Hex 55 D9 B2 3D 0 12 F A2 3F 3B
Octal 125 331 262 75 0 22 17 242 77 73
Binary 1010101 11011001 10110010 111101 0 10010 1111 10100010 111111 111011

Color Harmonies of #55D9B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D9B2

Black with #55D9B2

Text Example


Text Example

White with #55D9B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,217,178); }

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

background-color css

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

 a { background-color: rgb(85,217,178); }

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

border-color css

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

 span { border-color: rgb(85,217,178); }

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