Html Css Color HEX #55DB9E Medium Aquamarine

📋 copy color: '#55DB9E'

red 85 ◦ green 219 ◦ blue 158

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

Shades of Medium Aquamarine #55DB9E

Tints of Medium Aquamarine #55DB9E

RGB

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

 GREEN value IS 219 (85.94% from 255) = 47.4%

 BLUE value IS 158 (62.11% from 255) = 34.2%

R = 18.4%
G = 47.4%
B = 34.2%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#55DB9E (or 0x55DB9E) is known color: Medium Aquamarine. HEX triplet: 55, DB and 9E. RGB value is (85,219,158). Sum of RGB (Red+Green+Blue) = 85+219+158=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 219 (85.94% from 255 or 47.40% from 462); Blue value is 158 (62.11% from 255 or 34.20% from 462); Max value from RGB is 219 - color contains mainly: green. Hex color #55DB9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DB9E is #AA2461. Grayscale: #ACACAC. Windows color (decimal): -11150434 or 10410837. OLE color: 10410837.

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

Color convert

RGB 85 219 158 -
CMYK 0.61 0 0.28 0.14
HSL 152.69º 0.65% 0.6% -
HSV(B) 152.69º 0.61% 0.86% -
XYZ 35.25 55.06 41.12 -
YUV 171.98 120.11 65.96 -
System Red Green Blue C M Y K H S L
Decimal 85 219 158 0.61 0 0.28 0.14 152.69 0.65 0.6
Hex 55 DB 9E 3D 0 1C E 99 41 3C
Octal 125 333 236 75 0 34 16 231 101 74
Binary 1010101 11011011 10011110 111101 0 11100 1110 10011001 1000001 111100

Color Harmonies of #55DB9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DB9E

Black with #55DB9E

Text Example


Text Example

White with #55DB9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,219,158); }

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

background-color css

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

 a { background-color: rgb(85,219,158); }

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

border-color css

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

 span { border-color: rgb(85,219,158); }

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