Html Css Color HEX #55FF9F Medium Aquamarine

📋 copy color: '#55FF9F'

red 85 ◦ green 255 ◦ blue 159

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

Shades of Medium Aquamarine #55FF9F

Tints of Medium Aquamarine #55FF9F

RGB

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

 GREEN value IS 255 (100% from 255) = 51.1%

 BLUE value IS 159 (62.5% from 255) = 31.86%

R = 17.03%
G = 51.1%
B = 31.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.38

 K value IS 0

RGB Variations

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

Color information

#55FF9F (or 0x55FF9F) is known color: Medium Aquamarine. HEX triplet: 55, FF and 9F. RGB value is (85,255,159). Sum of RGB (Red+Green+Blue) = 85+255+159=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 159 (62.5% from 255 or 31.86% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF9F is #AA0060. Grayscale: #C1C1C1. Windows color (decimal): -11141217 or 10485589. OLE color: 10485589.

HSL color Cylindrical-coordinate representation of color #55FF9F: hue angle of 146.12º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FF9F is Cyan = 0.67, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.

Color convert

RGB 85 255 159 -
CMYK 0.67 0 0.38 0
HSL 146.12º 1% 0.67% -
HSV(B) 146.12º 0.67% 1% -
XYZ 45.76 75.95 45.05 -
YUV 193.23 108.68 50.81 -
System Red Green Blue C M Y K H S L
Decimal 85 255 159 0.67 0 0.38 0 146.12 1 0.67
Hex 55 FF 9F 43 0 26 0 92 64 43
Octal 125 377 237 103 0 46 0 222 144 103
Binary 1010101 11111111 10011111 1000011 0 100110 0 10010010 1100100 1000011

Color Harmonies of #55FF9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FF9F

Black with #55FF9F

Text Example


Text Example

White with #55FF9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,255,159); }

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

background-color css

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

 a { background-color: rgb(85,255,159); }

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

border-color css

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

 span { border-color: rgb(85,255,159); }

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