Html Css Color HEX #55DCBA Downy

📋 copy color: '#55DCBA'

red 85 ◦ green 220 ◦ blue 186

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

Shades of Downy #55DCBA

Tints of Downy #55DCBA

RGB

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

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

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

R = 17.31%
G = 44.81%
B = 37.88%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#55DCBA (or 0x55DCBA) is known color: Downy. HEX triplet: 55, DC and BA. RGB value is (85,220,186). Sum of RGB (Red+Green+Blue) = 85+220+186=491 (65% of max value = 765). Red value is 85 (33.59% from 255 or 17.31% from 491); Green value is 220 (86.33% from 255 or 44.81% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 220 - color contains mainly: green. Hex color #55DCBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55DCBA is #AA2345. Grayscale: #AFAFAF. Windows color (decimal): -11150150 or 12246101. OLE color: 12246101.

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

Color convert

RGB 85 220 186 -
CMYK 0.61 0 0.15 0.14
HSL 164.89º 0.66% 0.6% -
HSV(B) 164.89º 0.61% 0.86% -
XYZ 38.2 56.66 55.38 -
YUV 175.76 133.77 63.26 -
System Red Green Blue C M Y K H S L
Decimal 85 220 186 0.61 0 0.15 0.14 164.89 0.66 0.6
Hex 55 DC BA 3D 0 F E A5 42 3C
Octal 125 334 272 75 0 17 16 245 102 74
Binary 1010101 11011100 10111010 111101 0 1111 1110 10100101 1000010 111100

Color Harmonies of #55DCBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DCBA

Black with #55DCBA

Text Example


Text Example

White with #55DCBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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