Html Css Color HEX #55F0AD Medium Aquamarine

📋 copy color: '#55F0AD'

red 85 ◦ green 240 ◦ blue 173

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

Shades of Medium Aquamarine #55F0AD

Tints of Medium Aquamarine #55F0AD

RGB

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

 GREEN value IS 240 (94.14% from 255) = 48.19%

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

R = 17.07%
G = 48.19%
B = 34.74%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#55F0AD (or 0x55F0AD) is known color: Medium Aquamarine. HEX triplet: 55, F0 and AD. RGB value is (85,240,173). Sum of RGB (Red+Green+Blue) = 85+240+173=498 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.07% from 498); Green value is 240 (94.14% from 255 or 48.19% from 498); Blue value is 173 (67.97% from 255 or 34.74% from 498); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F0AD is #AA0F52. Grayscale: #BABABA. Windows color (decimal): -11145043 or 11399253. OLE color: 11399253.

HSL color Cylindrical-coordinate representation of color #55F0AD: hue angle of 154.06º degrees, saturation: 0.84, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F0AD is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 240 173 -
CMYK 0.65 0 0.28 0.06
HSL 154.06º 0.84% 0.64% -
HSV(B) 154.06º 0.65% 0.94% -
XYZ 42.45 67.27 50.28 -
YUV 186.02 120.65 55.95 -
System Red Green Blue C M Y K H S L
Decimal 85 240 173 0.65 0 0.28 0.06 154.06 0.84 0.64
Hex 55 F0 AD 41 0 1C 6 9A 54 40
Octal 125 360 255 101 0 34 6 232 124 100
Binary 1010101 11110000 10101101 1000001 0 11100 110 10011010 1010100 1000000

Color Harmonies of #55F0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0AD

Black with #55F0AD

Text Example


Text Example

White with #55F0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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