Html Css Color HEX #55F899 Medium Aquamarine

📋 copy color: '#55F899'

red 85 ◦ green 248 ◦ blue 153

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

Shades of Medium Aquamarine #55F899

Tints of Medium Aquamarine #55F899

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 31.48%

R = 17.49%
G = 51.03%
B = 31.48%

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

#55F899 (or 0x55F899) is known color: Medium Aquamarine. HEX triplet: 55, F8 and 99. RGB value is (85,248,153). Sum of RGB (Red+Green+Blue) = 85+248+153=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 248 (97.27% from 255 or 51.03% from 486); Blue value is 153 (60.16% from 255 or 31.48% from 486); Max value from RGB is 248 - color contains mainly: green. Hex color #55F899 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F899 is #AA0766. Grayscale: #BCBCBC. Windows color (decimal): -11143015 or 10090581. OLE color: 10090581.

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

Color convert

RGB 85 248 153 -
CMYK 0.66 0 0.38 0.03
HSL 145.03º 0.92% 0.65% -
HSV(B) 145.03º 0.66% 0.97% -
XYZ 43.06 71.37 41.64 -
YUV 188.43 108 54.22 -
System Red Green Blue C M Y K H S L
Decimal 85 248 153 0.66 0 0.38 0.03 145.03 0.92 0.65
Hex 55 F8 99 42 0 26 3 91 5C 41
Octal 125 370 231 102 0 46 3 221 134 101
Binary 1010101 11111000 10011001 1000010 0 100110 11 10010001 1011100 1000001

Color Harmonies of #55F899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F899

Black with #55F899

Text Example


Text Example

White with #55F899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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