Html Css Color HEX #55FEB0 Medium Aquamarine

📋 copy color: '#55FEB0'

red 85 ◦ green 254 ◦ blue 176

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

Shades of Medium Aquamarine #55FEB0

Tints of Medium Aquamarine #55FEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 49.32%

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

R = 16.5%
G = 49.32%
B = 34.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#55FEB0 (or 0x55FEB0) is known color: Medium Aquamarine. HEX triplet: 55, FE and B0. RGB value is (85,254,176). Sum of RGB (Red+Green+Blue) = 85+254+176=515 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.50% from 515); Green value is 254 (99.61% from 255 or 49.32% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 254 - color contains mainly: green. Hex color #55FEB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FEB0 is #AA014F. Grayscale: #C2C2C2. Windows color (decimal): -11141456 or 11599445. OLE color: 11599445.

HSL color Cylindrical-coordinate representation of color #55FEB0: hue angle of 152.31º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #55FEB0 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 85 254 176 -
CMYK 0.67 0 0.31 0.00
HSL 152.31º 0.99% 0.66% -
HSV(B) 152.31º 0.67% 1% -
XYZ 47.02 75.95 53.26 -
YUV 194.58 117.51 49.84 -
System Red Green Blue C M Y K H S L
Decimal 85 254 176 0.67 0 0.31 0.00 152.31 0.99 0.66
Hex 55 FE B0 43 0 1F 0 98 63 42
Octal 125 376 260 103 0 37 0 230 143 102
Binary 1010101 11111110 10110000 1000011 0 11111 0 10011000 1100011 1000010

Color Harmonies of #55FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FEB0

Black with #55FEB0

Text Example


Text Example

White with #55FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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