Html Css Color HEX #55DFB0 Medium Aquamarine

📋 copy color: '#55DFB0'

red 85 ◦ green 223 ◦ blue 176

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

Shades of Medium Aquamarine #55DFB0

Tints of Medium Aquamarine #55DFB0

RGB

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

 GREEN value IS 223 (87.5% from 255) = 46.07%

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

R = 17.56%
G = 46.07%
B = 36.36%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#55DFB0 (or 0x55DFB0) is known color: Medium Aquamarine. HEX triplet: 55, DF and B0. RGB value is (85,223,176). Sum of RGB (Red+Green+Blue) = 85+223+176=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 223 (87.5% from 255 or 46.07% from 484); Blue value is 176 (69.14% from 255 or 36.36% from 484); Max value from RGB is 223 - color contains mainly: green. Hex color #55DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DFB0 is #AA204F. Grayscale: #B0B0B0. Windows color (decimal): -11149392 or 11591509. OLE color: 11591509.

HSL color Cylindrical-coordinate representation of color #55DFB0: hue angle of 159.57º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #55DFB0 is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 223 176 -
CMYK 0.62 0 0.21 0.13
HSL 159.57º 0.68% 0.6% -
HSV(B) 159.57º 0.62% 0.87% -
XYZ 37.97 57.84 50.24 -
YUV 176.38 127.78 62.82 -
System Red Green Blue C M Y K H S L
Decimal 85 223 176 0.62 0 0.21 0.13 159.57 0.68 0.6
Hex 55 DF B0 3E 0 15 D A0 44 3C
Octal 125 337 260 76 0 25 15 240 104 74
Binary 1010101 11011111 10110000 111110 0 10101 1101 10100000 1000100 111100

Color Harmonies of #55DFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DFB0

Black with #55DFB0

Text Example


Text Example

White with #55DFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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