Html Css Color HEX #55F89B Medium Aquamarine

📋 copy color: '#55F89B'

red 85 ◦ green 248 ◦ blue 155

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

Shades of Medium Aquamarine #55F89B

Tints of Medium Aquamarine #55F89B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.82%

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

R = 17.42%
G = 50.82%
B = 31.76%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.03

RGB Variations

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

Color information

#55F89B (or 0x55F89B) is known color: Medium Aquamarine. HEX triplet: 55, F8 and 9B. RGB value is (85,248,155). Sum of RGB (Red+Green+Blue) = 85+248+155=488 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.42% from 488); Green value is 248 (97.27% from 255 or 50.82% from 488); Blue value is 155 (60.94% from 255 or 31.76% from 488); Max value from RGB is 248 - color contains mainly: green. Hex color #55F89B is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F89B is #AA0764. Grayscale: #BCBCBC. Windows color (decimal): -11143013 or 10221653. OLE color: 10221653.

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

Color convert

RGB 85 248 155 -
CMYK 0.66 0 0.38 0.03
HSL 145.77º 0.92% 0.65% -
HSV(B) 145.77º 0.66% 0.97% -
XYZ 43.23 71.43 42.52 -
YUV 188.66 109 54.06 -
System Red Green Blue C M Y K H S L
Decimal 85 248 155 0.66 0 0.38 0.03 145.77 0.92 0.65
Hex 55 F8 9B 42 0 26 3 92 5C 41
Octal 125 370 233 102 0 46 3 222 134 101
Binary 1010101 11111000 10011011 1000010 0 100110 11 10010010 1011100 1000001

Color Harmonies of #55F89B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F89B

Black with #55F89B

Text Example


Text Example

White with #55F89B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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