Html Css Color HEX #55DBB1 Medium Aquamarine

📋 copy color: '#55DBB1'

red 85 ◦ green 219 ◦ blue 177

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

Shades of Medium Aquamarine #55DBB1

Tints of Medium Aquamarine #55DBB1

RGB

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

 GREEN value IS 219 (85.94% from 255) = 45.53%

 BLUE value IS 177 (69.53% from 255) = 36.8%

R = 17.67%
G = 45.53%
B = 36.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#55DBB1 (or 0x55DBB1) is known color: Medium Aquamarine. HEX triplet: 55, DB and B1. RGB value is (85,219,177). Sum of RGB (Red+Green+Blue) = 85+219+177=481 (63% of max value = 765). Red value is 85 (33.59% from 255 or 17.67% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 177 (69.53% from 255 or 36.80% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #55DBB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55DBB1 is #AA244E. Grayscale: #AEAEAE. Windows color (decimal): -11150415 or 11656021. OLE color: 11656021.

HSL color Cylindrical-coordinate representation of color #55DBB1: hue angle of 161.19º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DBB1 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 219 177 -
CMYK 0.61 0 0.19 0.14
HSL 161.19º 0.65% 0.6% -
HSV(B) 161.19º 0.61% 0.86% -
XYZ 37.01 55.77 50.41 -
YUV 174.15 129.61 64.42 -
System Red Green Blue C M Y K H S L
Decimal 85 219 177 0.61 0 0.19 0.14 161.19 0.65 0.6
Hex 55 DB B1 3D 0 13 E A1 41 3C
Octal 125 333 261 75 0 23 16 241 101 74
Binary 1010101 11011011 10110001 111101 0 10011 1110 10100001 1000001 111100

Color Harmonies of #55DBB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DBB1

Black with #55DBB1

Text Example


Text Example

White with #55DBB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,219,177); }

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

background-color css

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

 a { background-color: rgb(85,219,177); }

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

border-color css

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

 span { border-color: rgb(85,219,177); }

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