Html Css Color HEX #55F79B Medium Aquamarine

📋 copy color: '#55F79B'

red 85 ◦ green 247 ◦ blue 155

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

Shades of Medium Aquamarine #55F79B

Tints of Medium Aquamarine #55F79B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 31.83%

R = 17.45%
G = 50.72%
B = 31.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.03

RGB Variations

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

Color information

#55F79B (or 0x55F79B) is known color: Medium Aquamarine. HEX triplet: 55, F7 and 9B. RGB value is (85,247,155). Sum of RGB (Red+Green+Blue) = 85+247+155=487 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.45% from 487); Green value is 247 (96.88% from 255 or 50.72% from 487); Blue value is 155 (60.94% from 255 or 31.83% from 487); Max value from RGB is 247 - color contains mainly: green. Hex color #55F79B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F79B is #AA0864. Grayscale: #BCBCBC. Windows color (decimal): -11143269 or 10221397. OLE color: 10221397.

HSL color Cylindrical-coordinate representation of color #55F79B: hue angle of 145.93º 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 #55F79B is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.03.

Color convert

RGB 85 247 155 -
CMYK 0.66 0 0.37 0.03
HSL 145.93º 0.91% 0.65% -
HSV(B) 145.93º 0.66% 0.97% -
XYZ 42.92 70.82 42.42 -
YUV 188.07 109.33 54.48 -
System Red Green Blue C M Y K H S L
Decimal 85 247 155 0.66 0 0.37 0.03 145.93 0.91 0.65
Hex 55 F7 9B 42 0 25 3 92 5B 41
Octal 125 367 233 102 0 45 3 222 133 101
Binary 1010101 11110111 10011011 1000010 0 100101 11 10010010 1011011 1000001

Color Harmonies of #55F79B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F79B

Black with #55F79B

Text Example


Text Example

White with #55F79B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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