Html Css Color HEX #55FCB0 Medium Aquamarine

📋 copy color: '#55FCB0'

red 85 ◦ green 252 ◦ blue 176

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

Shades of Medium Aquamarine #55FCB0

Tints of Medium Aquamarine #55FCB0

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.12%

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

R = 16.57%
G = 49.12%
B = 34.31%

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

#55FCB0 (or 0x55FCB0) is known color: Medium Aquamarine. HEX triplet: 55, FC and B0. RGB value is (85,252,176). Sum of RGB (Red+Green+Blue) = 85+252+176=513 (67% of max value = 765). Red value is 85 (33.59% from 255 or 16.57% from 513); Green value is 252 (98.83% from 255 or 49.12% from 513); Blue value is 176 (69.14% from 255 or 34.31% from 513); Max value from RGB is 252 - color contains mainly: green. Hex color #55FCB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FCB0 is #AA034F. Grayscale: #C1C1C1. Windows color (decimal): -11141968 or 11598933. OLE color: 11598933.

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

Color convert

RGB 85 252 176 -
CMYK 0.66 0 0.30 0.01
HSL 152.69º 0.97% 0.66% -
HSV(B) 152.69º 0.66% 0.99% -
XYZ 46.39 74.69 53.05 -
YUV 193.4 118.17 50.68 -
System Red Green Blue C M Y K H S L
Decimal 85 252 176 0.66 0 0.30 0.01 152.69 0.97 0.66
Hex 55 FC B0 42 0 1E 1 99 61 42
Octal 125 374 260 102 0 36 1 231 141 102
Binary 1010101 11111100 10110000 1000010 0 11110 1 10011001 1100001 1000010

Color Harmonies of #55FCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FCB0

Black with #55FCB0

Text Example


Text Example

White with #55FCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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