Html Css Color HEX #55DABA Downy

📋 copy color: '#55DABA'

red 85 ◦ green 218 ◦ blue 186

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

Shades of Downy #55DABA

Tints of Downy #55DABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.04%

R = 17.38%
G = 44.58%
B = 38.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#55DABA (or 0x55DABA) is known color: Downy. HEX triplet: 55, DA and BA. RGB value is (85,218,186). Sum of RGB (Red+Green+Blue) = 85+218+186=489 (64% of max value = 765). Red value is 85 (33.59% from 255 or 17.38% from 489); Green value is 218 (85.55% from 255 or 44.58% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 218 - color contains mainly: green. Hex color #55DABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DABA is #AA2545. Grayscale: #AEAEAE. Windows color (decimal): -11150662 or 12245589. OLE color: 12245589.

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

Color convert

RGB 85 218 186 -
CMYK 0.61 0 0.15 0.15
HSL 165.56º 0.64% 0.59% -
HSV(B) 165.56º 0.61% 0.85% -
XYZ 37.68 55.62 55.2 -
YUV 174.59 134.44 64.1 -
System Red Green Blue C M Y K H S L
Decimal 85 218 186 0.61 0 0.15 0.15 165.56 0.64 0.59
Hex 55 DA BA 3D 0 F F A6 40 3B
Octal 125 332 272 75 0 17 17 246 100 73
Binary 1010101 11011010 10111010 111101 0 1111 1111 10100110 1000000 111011

Color Harmonies of #55DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DABA

Black with #55DABA

Text Example


Text Example

White with #55DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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