Html Css Color HEX #55FFB0 Medium Aquamarine

📋 copy color: '#55FFB0'

red 85 ◦ green 255 ◦ blue 176

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

Shades of Medium Aquamarine #55FFB0

Tints of Medium Aquamarine #55FFB0

RGB

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

 GREEN value IS 255 (100% from 255) = 49.42%

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

R = 16.47%
G = 49.42%
B = 34.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#55FFB0 (or 0x55FFB0) is known color: Medium Aquamarine. HEX triplet: 55, FF and B0. RGB value is (85,255,176). Sum of RGB (Red+Green+Blue) = 85+255+176=516 (68% of max value = 765). Red value is 85 (33.59% from 255 or 16.47% from 516); Green value is 255 (100% from 255 or 49.42% from 516); Blue value is 176 (69.14% from 255 or 34.11% from 516); Max value from RGB is 255 - color contains mainly: green. Hex color #55FFB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #55FFB0 is #AA004F. Grayscale: #C3C3C3. Windows color (decimal): -11141200 or 11599701. OLE color: 11599701.

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

Color convert

RGB 85 255 176 -
CMYK 0.67 0 0.31 0
HSL 152.12º 1% 0.67% -
HSV(B) 152.12º 0.67% 1% -
XYZ 47.34 76.59 53.36 -
YUV 195.16 117.18 49.42 -
System Red Green Blue C M Y K H S L
Decimal 85 255 176 0.67 0 0.31 0 152.12 1 0.67
Hex 55 FF B0 43 0 1F 0 98 64 43
Octal 125 377 260 103 0 37 0 230 144 103
Binary 1010101 11111111 10110000 1000011 0 11111 0 10011000 1100100 1000011

Color Harmonies of #55FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55FFB0

Black with #55FFB0

Text Example


Text Example

White with #55FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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