Html Css Color HEX #55DAB5 Medium Aquamarine

📋 copy color: '#55DAB5'

red 85 ◦ green 218 ◦ blue 181

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

Shades of Medium Aquamarine #55DAB5

Tints of Medium Aquamarine #55DAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 17.56%
G = 45.04%
B = 37.4%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#55DAB5 (or 0x55DAB5) is known color: Medium Aquamarine. HEX triplet: 55, DA and B5. RGB value is (85,218,181). Sum of RGB (Red+Green+Blue) = 85+218+181=484 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.56% from 484); Green value is 218 (85.55% from 255 or 45.04% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 218 - color contains mainly: green. Hex color #55DAB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DAB5 is #AA254A. Grayscale: #AEAEAE. Windows color (decimal): -11150667 or 11917909. OLE color: 11917909.

HSL color Cylindrical-coordinate representation of color #55DAB5: hue angle of 163.31º 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 #55DAB5 is Cyan = 0.61, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB 85 218 181 -
CMYK 0.61 0 0.17 0.15
HSL 163.31º 0.64% 0.59% -
HSV(B) 163.31º 0.61% 0.85% -
XYZ 37.16 55.41 52.45 -
YUV 174.02 131.94 64.51 -
System Red Green Blue C M Y K H S L
Decimal 85 218 181 0.61 0 0.17 0.15 163.31 0.64 0.59
Hex 55 DA B5 3D 0 11 F A3 40 3B
Octal 125 332 265 75 0 21 17 243 100 73
Binary 1010101 11011010 10110101 111101 0 10001 1111 10100011 1000000 111011

Color Harmonies of #55DAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DAB5

Black with #55DAB5

Text Example


Text Example

White with #55DAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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