Html Css Color HEX #55DEAC Medium Aquamarine

📋 copy color: '#55DEAC'

red 85 ◦ green 222 ◦ blue 172

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

Shades of Medium Aquamarine #55DEAC

Tints of Medium Aquamarine #55DEAC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 46.35%

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

R = 17.75%
G = 46.35%
B = 35.91%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#55DEAC (or 0x55DEAC) is known color: Medium Aquamarine. HEX triplet: 55, DE and AC. RGB value is (85,222,172). Sum of RGB (Red+Green+Blue) = 85+222+172=479 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.75% from 479); Green value is 222 (87.11% from 255 or 46.35% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 222 - color contains mainly: green. Hex color #55DEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DEAC is #AA2153. Grayscale: #AFAFAF. Windows color (decimal): -11149652 or 11329109. OLE color: 11329109.

HSL color Cylindrical-coordinate representation of color #55DEAC: hue angle of 158.1º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DEAC is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 222 172 -
CMYK 0.62 0 0.23 0.13
HSL 158.1º 0.67% 0.6% -
HSV(B) 158.1º 0.62% 0.87% -
XYZ 37.31 57.15 48.09 -
YUV 175.34 126.11 63.57 -
System Red Green Blue C M Y K H S L
Decimal 85 222 172 0.62 0 0.23 0.13 158.1 0.67 0.6
Hex 55 DE AC 3E 0 17 D 9E 43 3C
Octal 125 336 254 76 0 27 15 236 103 74
Binary 1010101 11011110 10101100 111110 0 10111 1101 10011110 1000011 111100

Color Harmonies of #55DEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DEAC

Black with #55DEAC

Text Example


Text Example

White with #55DEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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