Html Css Color HEX #55F7AD Medium Aquamarine

📋 copy color: '#55F7AD'

red 85 ◦ green 247 ◦ blue 173

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

Shades of Medium Aquamarine #55F7AD

Tints of Medium Aquamarine #55F7AD

RGB

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

 GREEN value IS 247 (96.88% from 255) = 48.91%

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

R = 16.83%
G = 48.91%
B = 34.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.03

RGB Variations

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

Color information

#55F7AD (or 0x55F7AD) is known color: Medium Aquamarine. HEX triplet: 55, F7 and AD. RGB value is (85,247,173). Sum of RGB (Red+Green+Blue) = 85+247+173=505 (66% of max value = 765). Red value is 85 (33.59% from 255 or 16.83% from 505); Green value is 247 (96.88% from 255 or 48.91% from 505); Blue value is 173 (67.97% from 255 or 34.26% from 505); Max value from RGB is 247 - color contains mainly: green. Hex color #55F7AD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F7AD is #AA0852. Grayscale: #BEBEBE. Windows color (decimal): -11143251 or 11401045. OLE color: 11401045.

HSL color Cylindrical-coordinate representation of color #55F7AD: hue angle of 152.59º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55F7AD is Cyan = 0.66, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 173 -
CMYK 0.66 0 0.30 0.03
HSL 152.59º 0.91% 0.65% -
HSV(B) 152.59º 0.66% 0.97% -
XYZ 44.55 71.47 50.98 -
YUV 190.13 118.33 53.02 -
System Red Green Blue C M Y K H S L
Decimal 85 247 173 0.66 0 0.30 0.03 152.59 0.91 0.65
Hex 55 F7 AD 42 0 1E 3 99 5B 41
Octal 125 367 255 102 0 36 3 231 133 101
Binary 1010101 11110111 10101101 1000010 0 11110 11 10011001 1011011 1000001

Color Harmonies of #55F7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F7AD

Black with #55F7AD

Text Example


Text Example

White with #55F7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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