Html Css Color HEX #55D2AE Medium Aquamarine

📋 copy color: '#55D2AE'

red 85 ◦ green 210 ◦ blue 174

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

Shades of Medium Aquamarine #55D2AE

Tints of Medium Aquamarine #55D2AE

RGB

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

 GREEN value IS 210 (82.42% from 255) = 44.78%

 BLUE value IS 174 (68.36% from 255) = 37.1%

R = 18.12%
G = 44.78%
B = 37.1%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#55D2AE (or 0x55D2AE) is known color: Medium Aquamarine. HEX triplet: 55, D2 and AE. RGB value is (85,210,174). Sum of RGB (Red+Green+Blue) = 85+210+174=469 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.12% from 469); Green value is 210 (82.42% from 255 or 44.78% from 469); Blue value is 174 (68.36% from 255 or 37.10% from 469); Max value from RGB is 210 - color contains mainly: green. Hex color #55D2AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55D2AE is #AA2D51. Grayscale: #A8A8A8. Windows color (decimal): -11152722 or 11457109. OLE color: 11457109.

HSL color Cylindrical-coordinate representation of color #55D2AE: hue angle of 162.72º degrees, saturation: 0.58, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #55D2AE is Cyan = 0.60, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 210 174 -
CMYK 0.60 0 0.17 0.18
HSL 162.72º 0.58% 0.58% -
HSV(B) 162.72º 0.6% 0.82% -
XYZ 34.43 51.08 48.09 -
YUV 168.52 131.09 68.43 -
System Red Green Blue C M Y K H S L
Decimal 85 210 174 0.60 0 0.17 0.18 162.72 0.58 0.58
Hex 55 D2 AE 3C 0 11 12 A3 3A 3A
Octal 125 322 256 74 0 21 22 243 72 72
Binary 1010101 11010010 10101110 111100 0 10001 10010 10100011 111010 111010

Color Harmonies of #55D2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55D2AE

Black with #55D2AE

Text Example


Text Example

White with #55D2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,210,174); }

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

background-color css

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

 a { background-color: rgb(85,210,174); }

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

border-color css

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

 span { border-color: rgb(85,210,174); }

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