Html Css Color HEX #55FD9F Medium Aquamarine

📋 copy color: '#55FD9F'

red 85 ◦ green 253 ◦ blue 159

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

Shades of Medium Aquamarine #55FD9F

Tints of Medium Aquamarine #55FD9F

RGB

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

 GREEN value IS 253 (99.22% from 255) = 50.91%

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

R = 17.1%
G = 50.91%
B = 31.99%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.37

 K value IS 0.01

RGB Variations

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

Color information

#55FD9F (or 0x55FD9F) is known color: Medium Aquamarine. HEX triplet: 55, FD and 9F. RGB value is (85,253,159). Sum of RGB (Red+Green+Blue) = 85+253+159=497 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.10% from 497); Green value is 253 (99.22% from 255 or 50.91% from 497); Blue value is 159 (62.5% from 255 or 31.99% from 497); Max value from RGB is 253 - color contains mainly: green. Hex color #55FD9F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FD9F is #AA0260. Grayscale: #C0C0C0. Windows color (decimal): -11141729 or 10485077. OLE color: 10485077.

HSL color Cylindrical-coordinate representation of color #55FD9F: hue angle of 146.43º degrees, saturation: 0.98, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #55FD9F is Cyan = 0.66, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 253 159 -
CMYK 0.66 0 0.37 0.01
HSL 146.43º 0.98% 0.66% -
HSV(B) 146.43º 0.66% 0.99% -
XYZ 45.13 74.69 44.84 -
YUV 192.05 109.34 51.64 -
System Red Green Blue C M Y K H S L
Decimal 85 253 159 0.66 0 0.37 0.01 146.43 0.98 0.66
Hex 55 FD 9F 42 0 25 1 92 62 42
Octal 125 375 237 102 0 45 1 222 142 102
Binary 1010101 11111101 10011111 1000010 0 100101 1 10010010 1100010 1000010

Color Harmonies of #55FD9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FD9F

Black with #55FD9F

Text Example


Text Example

White with #55FD9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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