Html Css Color HEX #55DCB4 Medium Aquamarine

📋 copy color: '#55DCB4'

red 85 ◦ green 220 ◦ blue 180

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

Shades of Medium Aquamarine #55DCB4

Tints of Medium Aquamarine #55DCB4

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.36%

 BLUE value IS 180 (70.7% from 255) = 37.11%

R = 17.53%
G = 45.36%
B = 37.11%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#55DCB4 (or 0x55DCB4) is known color: Medium Aquamarine. HEX triplet: 55, DC and B4. RGB value is (85,220,180). Sum of RGB (Red+Green+Blue) = 85+220+180=485 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.53% from 485); Green value is 220 (86.33% from 255 or 45.36% from 485); Blue value is 180 (70.70% from 255 or 37.11% from 485); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCB4 is #AA234B. Grayscale: #AFAFAF. Windows color (decimal): -11150156 or 11852885. OLE color: 11852885.

HSL color Cylindrical-coordinate representation of color #55DCB4: hue angle of 162.22º degrees, saturation: 0.66, 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 #55DCB4 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 180 -
CMYK 0.61 0 0.18 0.14
HSL 162.22º 0.66% 0.6% -
HSV(B) 162.22º 0.61% 0.86% -
XYZ 37.58 56.41 52.09 -
YUV 175.08 130.77 63.75 -
System Red Green Blue C M Y K H S L
Decimal 85 220 180 0.61 0 0.18 0.14 162.22 0.66 0.6
Hex 55 DC B4 3D 0 12 E A2 42 3C
Octal 125 334 264 75 0 22 16 242 102 74
Binary 1010101 11011100 10110100 111101 0 10010 1110 10100010 1000010 111100

Color Harmonies of #55DCB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCB4

Black with #55DCB4

Text Example


Text Example

White with #55DCB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,220,180); }

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

background-color css

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

 a { background-color: rgb(85,220,180); }

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

border-color css

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

 span { border-color: rgb(85,220,180); }

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