Html Css Color HEX #55F4AD Medium Aquamarine

📋 copy color: '#55F4AD'

red 85 ◦ green 244 ◦ blue 173

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

Shades of Medium Aquamarine #55F4AD

Tints of Medium Aquamarine #55F4AD

RGB

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

 GREEN value IS 244 (95.7% from 255) = 48.61%

 BLUE value IS 173 (67.97% from 255) = 34.46%

R = 16.93%
G = 48.61%
B = 34.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#55F4AD (or 0x55F4AD) is known color: Medium Aquamarine. HEX triplet: 55, F4 and AD. RGB value is (85,244,173). Sum of RGB (Red+Green+Blue) = 85+244+173=502 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.93% from 502); Green value is 244 (95.70% from 255 or 48.61% from 502); Blue value is 173 (67.97% from 255 or 34.46% from 502); Max value from RGB is 244 - color contains mainly: green. Hex color #55F4AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F4AD is #AA0B52. Grayscale: #BCBCBC. Windows color (decimal): -11144019 or 11400277. OLE color: 11400277.

HSL color Cylindrical-coordinate representation of color #55F4AD: hue angle of 153.21º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F4AD is Cyan = 0.65, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 85 244 173 -
CMYK 0.65 0 0.29 0.04
HSL 153.21º 0.88% 0.65% -
HSV(B) 153.21º 0.65% 0.96% -
XYZ 43.64 69.65 50.68 -
YUV 188.37 119.32 54.27 -
System Red Green Blue C M Y K H S L
Decimal 85 244 173 0.65 0 0.29 0.04 153.21 0.88 0.65
Hex 55 F4 AD 41 0 1D 4 99 58 41
Octal 125 364 255 101 0 35 4 231 130 101
Binary 1010101 11110100 10101101 1000001 0 11101 100 10011001 1011000 1000001

Color Harmonies of #55F4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F4AD

Black with #55F4AD

Text Example


Text Example

White with #55F4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,244,173); }

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

background-color css

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

 a { background-color: rgb(85,244,173); }

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

border-color css

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

 span { border-color: rgb(85,244,173); }

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