Html Css Color HEX #55FF9A Medium Aquamarine

📋 copy color: '#55FF9A'

red 85 ◦ green 255 ◦ blue 154

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

Shades of Medium Aquamarine #55FF9A

Tints of Medium Aquamarine #55FF9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 31.17%

R = 17.21%
G = 51.62%
B = 31.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.40

 K value IS 0

RGB Variations

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

Color information

#55FF9A (or 0x55FF9A) is known color: Medium Aquamarine. HEX triplet: 55, FF and 9A. RGB value is (85,255,154). Sum of RGB (Red+Green+Blue) = 85+255+154=494 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.21% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 154 (60.55% from 255 or 31.17% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #55FF9A is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FF9A is #AA0065. Grayscale: #C0C0C0. Windows color (decimal): -11141222 or 10157909. OLE color: 10157909.

HSL color Cylindrical-coordinate representation of color #55FF9A: hue angle of 144.35º 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 #55FF9A is Cyan = 0.67, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.

Color convert

RGB 85 255 154 -
CMYK 0.67 0 0.40 0
HSL 144.35º 1% 0.67% -
HSV(B) 144.35º 0.67% 1% -
XYZ 45.34 75.78 42.81 -
YUV 192.66 106.18 51.21 -
System Red Green Blue C M Y K H S L
Decimal 85 255 154 0.67 0 0.40 0 144.35 1 0.67
Hex 55 FF 9A 43 0 28 0 90 64 43
Octal 125 377 232 103 0 50 0 220 144 103
Binary 1010101 11111111 10011010 1000011 0 101000 0 10010000 1100100 1000011

Color Harmonies of #55FF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FF9A

Black with #55FF9A

Text Example


Text Example

White with #55FF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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