Html Css Color HEX #55FDB0 Medium Aquamarine

📋 copy color: '#55FDB0'

red 85 ◦ green 253 ◦ blue 176

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

Shades of Medium Aquamarine #55FDB0

Tints of Medium Aquamarine #55FDB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 34.24%

R = 16.54%
G = 49.22%
B = 34.24%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.30

 K value IS 0.01

RGB Variations

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

Color information

#55FDB0 (or 0x55FDB0) is known color: Medium Aquamarine. HEX triplet: 55, FD and B0. RGB value is (85,253,176). Sum of RGB (Red+Green+Blue) = 85+253+176=514 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.54% from 514); Green value is 253 (99.22% from 255 or 49.22% from 514); Blue value is 176 (69.14% from 255 or 34.24% from 514); Max value from RGB is 253 - color contains mainly: green. Hex color #55FDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FDB0 is #AA024F. Grayscale: #C2C2C2. Windows color (decimal): -11141712 or 11599189. OLE color: 11599189.

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

Color convert

RGB 85 253 176 -
CMYK 0.66 0 0.30 0.01
HSL 152.5º 0.98% 0.66% -
HSV(B) 152.5º 0.66% 0.99% -
XYZ 46.71 75.32 53.15 -
YUV 193.99 117.84 50.26 -
System Red Green Blue C M Y K H S L
Decimal 85 253 176 0.66 0 0.30 0.01 152.5 0.98 0.66
Hex 55 FD B0 42 0 1E 1 98 62 42
Octal 125 375 260 102 0 36 1 230 142 102
Binary 1010101 11111101 10110000 1000010 0 11110 1 10011000 1100010 1000010

Color Harmonies of #55FDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FDB0

Black with #55FDB0

Text Example


Text Example

White with #55FDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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