Html Css Color HEX #55F897 Medium Aquamarine

📋 copy color: '#55F897'

red 85 ◦ green 248 ◦ blue 151

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

Shades of Medium Aquamarine #55F897

Tints of Medium Aquamarine #55F897

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 31.2%

R = 17.56%
G = 51.24%
B = 31.2%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.39

 K value IS 0.03

RGB Variations

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

Color information

#55F897 (or 0x55F897) is known color: Medium Aquamarine. HEX triplet: 55, F8 and 97. RGB value is (85,248,151). Sum of RGB (Red+Green+Blue) = 85+248+151=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 248 (97.27% from 255 or 51.24% from 484); Blue value is 151 (59.38% from 255 or 31.20% from 484); Max value from RGB is 248 - color contains mainly: green. Hex color #55F897 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F897 is #AA0768. Grayscale: #BCBCBC. Windows color (decimal): -11143017 or 9959509. OLE color: 9959509.

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

Color convert

RGB 85 248 151 -
CMYK 0.66 0 0.39 0.03
HSL 144.29º 0.92% 0.65% -
HSV(B) 144.29º 0.66% 0.97% -
XYZ 42.9 71.3 40.78 -
YUV 188.21 107 54.39 -
System Red Green Blue C M Y K H S L
Decimal 85 248 151 0.66 0 0.39 0.03 144.29 0.92 0.65
Hex 55 F8 97 42 0 27 3 90 5C 41
Octal 125 370 227 102 0 47 3 220 134 101
Binary 1010101 11111000 10010111 1000010 0 100111 11 10010000 1011100 1000001

Color Harmonies of #55F897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F897

Black with #55F897

Text Example


Text Example

White with #55F897

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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