Html Css Color HEX #55DBAC Medium Aquamarine

📋 copy color: '#55DBAC'

red 85 ◦ green 219 ◦ blue 172

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

Shades of Medium Aquamarine #55DBAC

Tints of Medium Aquamarine #55DBAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.13%

R = 17.86%
G = 46.01%
B = 36.13%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#55DBAC (or 0x55DBAC) is known color: Medium Aquamarine. HEX triplet: 55, DB and AC. RGB value is (85,219,172). Sum of RGB (Red+Green+Blue) = 85+219+172=476 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.86% from 476); Green value is 219 (85.94% from 255 or 46.01% from 476); Blue value is 172 (67.58% from 255 or 36.13% from 476); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBAC is #AA2453. Grayscale: #ADADAD. Windows color (decimal): -11150420 or 11328341. OLE color: 11328341.

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

Color convert

RGB 85 219 172 -
CMYK 0.61 0 0.21 0.14
HSL 158.96º 0.65% 0.6% -
HSV(B) 158.96º 0.61% 0.86% -
XYZ 36.52 55.57 47.83 -
YUV 173.58 127.11 64.82 -
System Red Green Blue C M Y K H S L
Decimal 85 219 172 0.61 0 0.21 0.14 158.96 0.65 0.6
Hex 55 DB AC 3D 0 15 E 9F 41 3C
Octal 125 333 254 75 0 25 16 237 101 74
Binary 1010101 11011011 10101100 111101 0 10101 1110 10011111 1000001 111100

Color Harmonies of #55DBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBAC

Black with #55DBAC

Text Example


Text Example

White with #55DBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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