Html Css Color HEX #55F195 Medium Aquamarine

📋 copy color: '#55F195'

red 85 ◦ green 241 ◦ blue 149

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

Shades of Medium Aquamarine #55F195

Tints of Medium Aquamarine #55F195

RGB

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

 GREEN value IS 241 (94.53% from 255) = 50.74%

 BLUE value IS 149 (58.59% from 255) = 31.37%

R = 17.89%
G = 50.74%
B = 31.37%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.38

 K value IS 0.05

RGB Variations

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

Color information

#55F195 (or 0x55F195) is known color: Medium Aquamarine. HEX triplet: 55, F1 and 95. RGB value is (85,241,149). Sum of RGB (Red+Green+Blue) = 85+241+149=475 (62% of max value = 765). Red value is 85 (33.59% from 255 or 17.89% from 475); Green value is 241 (94.53% from 255 or 50.74% from 475); Blue value is 149 (58.59% from 255 or 31.37% from 475); Max value from RGB is 241 - color contains mainly: green. Hex color #55F195 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55F195 is #AA0E6A. Grayscale: #B8B8B8. Windows color (decimal): -11144811 or 9826645. OLE color: 9826645.

HSL color Cylindrical-coordinate representation of color #55F195: hue angle of 144.62º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55F195 is Cyan = 0.65, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB 85 241 149 -
CMYK 0.65 0 0.38 0.05
HSL 144.62º 0.85% 0.64% -
HSV(B) 144.62º 0.65% 0.95% -
XYZ 40.63 67.01 39.23 -
YUV 183.87 108.32 57.48 -
System Red Green Blue C M Y K H S L
Decimal 85 241 149 0.65 0 0.38 0.05 144.62 0.85 0.64
Hex 55 F1 95 41 0 26 5 91 55 40
Octal 125 361 225 101 0 46 5 221 125 100
Binary 1010101 11110001 10010101 1000001 0 100110 101 10010001 1010101 1000000

Color Harmonies of #55F195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55F195

Black with #55F195

Text Example


Text Example

White with #55F195

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,241,149); }

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

background-color css

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

 a { background-color: rgb(85,241,149); }

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

border-color css

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

 span { border-color: rgb(85,241,149); }

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