Html Css Color HEX #55F0AC Medium Aquamarine

📋 copy color: '#55F0AC'

red 85 ◦ green 240 ◦ blue 172

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

Shades of Medium Aquamarine #55F0AC

Tints of Medium Aquamarine #55F0AC

RGB

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

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

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

R = 17.1%
G = 48.29%
B = 34.61%

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

#55F0AC (or 0x55F0AC) is known color: Medium Aquamarine. HEX triplet: 55, F0 and AC. RGB value is (85,240,172). Sum of RGB (Red+Green+Blue) = 85+240+172=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 172 (67.58% from 255 or 34.61% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #55F0AC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F0AC is #AA0F53. Grayscale: #BABABA. Windows color (decimal): -11145044 or 11333717. OLE color: 11333717.

HSL color Cylindrical-coordinate representation of color #55F0AC: hue angle of 153.68º 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 #55F0AC is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 85 240 172 -
CMYK 0.65 0 0.28 0.06
HSL 153.68º 0.84% 0.64% -
HSV(B) 153.68º 0.65% 0.94% -
XYZ 42.35 67.23 49.77 -
YUV 185.9 120.15 56.03 -
System Red Green Blue C M Y K H S L
Decimal 85 240 172 0.65 0 0.28 0.06 153.68 0.84 0.64
Hex 55 F0 AC 41 0 1C 6 9A 54 40
Octal 125 360 254 101 0 34 6 232 124 100
Binary 1010101 11110000 10101100 1000001 0 11100 110 10011010 1010100 1000000

Color Harmonies of #55F0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F0AC

Black with #55F0AC

Text Example


Text Example

White with #55F0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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