Html Css Color HEX #55FDA1 Medium Aquamarine

📋 copy color: '#55FDA1'

red 85 ◦ green 253 ◦ blue 161

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

Shades of Medium Aquamarine #55FDA1

Tints of Medium Aquamarine #55FDA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 32.26%

R = 17.03%
G = 50.7%
B = 32.26%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.36

 K value IS 0.01

RGB Variations

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

Color information

#55FDA1 (or 0x55FDA1) is known color: Medium Aquamarine. HEX triplet: 55, FD and A1. RGB value is (85,253,161). Sum of RGB (Red+Green+Blue) = 85+253+161=499 (66% of max value = 765). Red value is 85 (33.59% from 255 or 17.03% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 161 (63.28% from 255 or 32.26% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDA1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FDA1 is #AA025E. Grayscale: #C0C0C0. Windows color (decimal): -11141727 or 10616149. OLE color: 10616149.

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

Color convert

RGB 85 253 161 -
CMYK 0.66 0 0.36 0.01
HSL 147.14º 0.98% 0.66% -
HSV(B) 147.14º 0.66% 0.99% -
XYZ 45.3 74.76 45.76 -
YUV 192.28 110.34 51.48 -
System Red Green Blue C M Y K H S L
Decimal 85 253 161 0.66 0 0.36 0.01 147.14 0.98 0.66
Hex 55 FD A1 42 0 24 1 93 62 42
Octal 125 375 241 102 0 44 1 223 142 102
Binary 1010101 11111101 10100001 1000010 0 100100 1 10010011 1100010 1000010

Color Harmonies of #55FDA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDA1

Black with #55FDA1

Text Example


Text Example

White with #55FDA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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