Html Css Color HEX #55DAB7 Medium Aquamarine

📋 copy color: '#55DAB7'

red 85 ◦ green 218 ◦ blue 183

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

Shades of Medium Aquamarine #55DAB7

Tints of Medium Aquamarine #55DAB7

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.86%

 BLUE value IS 183 (71.88% from 255) = 37.65%

R = 17.49%
G = 44.86%
B = 37.65%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.15

RGB Variations

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

Color information

#55DAB7 (or 0x55DAB7) is known color: Medium Aquamarine. HEX triplet: 55, DA and B7. RGB value is (85,218,183). Sum of RGB (Red+Green+Blue) = 85+218+183=486 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.49% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 183 (71.88% from 255 or 37.65% from 486); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DAB7 is #AA2548. Grayscale: #AEAEAE. Windows color (decimal): -11150665 or 12048981. OLE color: 12048981.

HSL color Cylindrical-coordinate representation of color #55DAB7: hue angle of 164.21º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #55DAB7 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 183 -
CMYK 0.61 0 0.16 0.15
HSL 164.21º 0.64% 0.59% -
HSV(B) 164.21º 0.61% 0.85% -
XYZ 37.36 55.49 53.54 -
YUV 174.24 132.94 64.35 -
System Red Green Blue C M Y K H S L
Decimal 85 218 183 0.61 0 0.16 0.15 164.21 0.64 0.59
Hex 55 DA B7 3D 0 10 F A4 40 3B
Octal 125 332 267 75 0 20 17 244 100 73
Binary 1010101 11011010 10110111 111101 0 10000 1111 10100100 1000000 111011

Color Harmonies of #55DAB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DAB7

Black with #55DAB7

Text Example


Text Example

White with #55DAB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,218,183); }

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

background-color css

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

 a { background-color: rgb(85,218,183); }

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

border-color css

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

 span { border-color: rgb(85,218,183); }

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